Question:
How to enable relay state processing in Active Directory Federation Services (ADFS) for Vault Single Sign-On (SSO)?
Answer:
- Log on to the ADFS server.
- Open a Command prompt window with the Run as Administrator option.
- Enter the following commands:
cd %systemroot%\ADFSnotepad Microsoft.IdentityServer.Servicehost.exe.config
- Edit the file, and add the element:
<useRelayStateForIdpInitiatedSignOn enabled="true" />
in the <microsoft.identityserver.web> section.
- Save the file.
- Restart ADFS.
Related Documentation:
N/A
Thank you