You typically set up a SAML federation by configuring SSO initiated by the service provider. The service provider returns a browser redirect so that the user authenticates using the . After authentication, the browser redirects the user back to the service provider with a SAML assertion containing information about the authentication status. This is commonly used for consumer-facing scenarios.You can also configure the IdP to initiate SSO instead of the service provider. In this scenario, the user invokes a URL on the IdP and is prompted to authenticate, then is redirected to the service provider with a SAML assertion. This is commonly used in enterprise scenarios. To learn more, read Configure SAML Identity Provider-Initiated Single Sign-On.
Once you’ve set up a basic SAML integration, there are a number of additional requirements you might need to implement so that your integration reflects your needs and requirements.You have set up a connection or an application and that you’re altering specific settings for an existing SAML integration, not configuring an integration from scratch.To learn more about special scenarios, read Configure Identity Provider-Initiated Single Sign-On and Sign and Encrypt SAML Requests.