https://{yourDomain}/wsfed/{yourClientId}
You can find all available options for configuring WS-Fed under the advanced settings area for your application.
You will need to configure the , which can be done using the following metadata endpoint:
https://{yourDomain}/wsfed/FederationMetadata/2007-06/FederationMetadata.xml
You can also use the samlConfiguration object, available in rules, to configure claims sent via the token, as well as other lower-level WS-Fed and -P settings.
When redirecting your users to your WS-Fed endpoint, you can use the following (optional) parameters:
Parameter | Description |
---|---|
wa=wsignin1.0 | Whether Auth0 should issue a token for the relying party (default) |
wa=wsignout1.0 | Whether Auth0 should clear the user session/log the user out |
wreply= | Where the response should be sent |
wctx= | Your application’s state |
whr= | Connection to be used (allows users to skip the Auth0 login page) |
wfresh=0 | Whether the user must re-authenticate, even if there’s a session in place (0 requires re-authentication) |
https://{yourDomain}/wsfed/{yourClientId}?whr=google-oauth2
/FederationMetadata/2007-06/FederationMetadata.xml
), Auth0 can check daily for changes in the configuration, such as the addition of a new signing certificate that was added in preparation for a rollover. Because of this, enabling the Federation Metadata endpoint is preferred to providing a standalone metadata file. If you provide a standalone metadata file, we will notify you via email when the certificates are close to their expiration date.
If the Federation Metadata contains both the primary and secondary certificates, you can use both in Auth0.
To roll over certificates using the Federation Metadata endpoint: