prod and test instance has same entity id for SAML

prod and test instance has same entity id for SAML

The issue:

When restoring backup from production instance to create a test instance, the entity ID in SAML configuration is same as the production instance. Hence not able to configure SAML in test instance.

Workaround:

To change the application URL, we can modify it from Advanced Portal Settings (or Application Settings in ESM Directory) under the name Alias URL.
But for the SAML entity ID, we need to run the following query after connecting to the database and restart SDP service for changes to take effect:

update samlsp set entity_id='<new_entity_id>';

Note: Here, for the <new_entity_id> you can even modify a single digit from the existing entity ID too.

                    New to ADSelfService Plus?