Hey Guys,
What’s the best practice for creating staging and production environments so that the same user name can exist separately in each environment? I.e., I want to test with user abc in staging and go through the registration process and create user abc in the production environment while leaving the staging abc alone.
I created a custom authorization server but it appears that the system is designed to manage a single directory of users through scopes and claims.
As always, your help is much appreciated.
–Ray