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
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you