This article introduces the enterprise IDP side configuration of user SSO based on SAML 2.0. You first need to create a Volcano Engine service provider (SP) in the enterprise IDP system to establish IDP's trust in Volcano Engine.
SSO basic process please refer to: User SSO Overview .
Entity ID : Configured as the value of the entityID attribute in the EntityDescr****element in the metadata file, example: https://signin.volcengine.com/{$AccountID}/saml_user/sso .ACS URL : The downloaded metadata XML **AssertionConsumerService **the value of the element's **Location **attribute. Example: https://signin.volcengine.com/saml/ssoRelayState (optional): If you want to automatically jump to a Volcano Engine product interface after SSO login, if the enterprise IDP supports configuration, you can specify the Volcano Engine product console URL for login through the RelayState parameter. Please note that the URL here must be under the Volcano Engine console.volcengine.com domain name.You need to configure the relevant return parameters of the SAML response in the enterprise IDP to provide basic information such as system mutual trust and identity mapping for subsequent SSO logins. Please refer to: SAML response from user SSO .