You can configure a application (service provider) to use Auth0 as an . Some commonly used WS-Fed applications are pre-configured in Auth0 and available via Single Sign-On Integrations. If a WS-Fed application is not listed in Integrations, the WS-Fed application configuration can be accessed using the following steps.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Go to Dashboard > Applications > Applications.
- Click Create App.
- Enter a name, and click Save.
-
Go to the Addons tab.
Enabling both SAML and WS-Fed addons for a single client is not supported and may lead to inconsistent behavior. Use a separate client for each addon.
- Scroll to WS-Fed Web App, and enter the Application Callback URL. This is your callback URL in the WS-Fed application to which the WS-Fed response will be posted. It may also be called the ACS or Assertion Consumer Service URL in some applications.
- Enter the Realm. This is an identifier sent by the WS-Fed application and is used to identify the application in the response.
Configure claims included in the WS-Fed token response
Unlike the Web App addon, the WS-Fed Web App addon does not include configuration settings that allow you to configure the token generated by Auth0. If you need to change the default settings, you can create a post-login Action similar to:Custom domains
To use your WS-Fed apps with a and with Auth0 as the IdP, update your service provider with new identity provider metadata from Auth0. You can obtain the metadata from:https://<YOUR CUSTOM DOMAIN>/wsfed/FederationMetadata/2007-06/FederationMetadata.xml.