-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
How can I use 1 single Azure app to login to multiple websites?
We have 2 CMS backends
I wonder if it is possible to use the same Azure app to login to both of them since the content editors are all from the same Azure organization and the CMSs are using the same codebase (different .env files for each)
For that I've made an azure app with different Redirect URIs
Example:
https://cmsportal1.example/login/azurecallback
https://cmsportal2.example/login/azurecallback
When I try to login to the cmsportal1 I am redirected to the second url from the list.
Metadata
Metadata
Assignees
Labels
No labels