Create the new identity provider in the destination environment using the POST /environments/{{destinationEnvID}}/identityProviders
endpoint to create the SAML identity provider configuration.
The IdP name
must be unique to the environment.
Assign the same value for spEntityId
as you used for the source environment when you created an application.
Set idpEntityId
to a name that’s unique to the environment.
Set ssoEndpoint
to the URL you’ll use for SSO.
Set authnRequestSigned
to false.
Set idpVerification.certificates[].id
to the verification certificate ID for the destination environment that you copied in the previous step.
See CREATE Identity Provider (SAML) for more information.