Hey All - I am looking for some ideas on how to design / solve this need I have.
I have this app which will have many instances - (20-30) running at different urls. I would like to use the same Okta Application, if possible, to set up auth for all of those instances.
So, for e.g. -
I have https://app-instance1.mydomain.com/myapp integrated with myCommonApp in Okta. It allows user1 … userN access to the app.
There will be 20 other such instances but in some cases, the domains could be different also like -
https://app-instance2.mydomain.com/myapp
https://app-instance3.otherdomain.com/myapp
https://app-instance4.thisdomain.com/myapp
https://app-instance5.thatdomain.com/myapp
I need the same users (support group) to have access to all these instances. One way would be to just create different apps in Okta and set up one to one auth. However, since its the same user group needing access, I would like to avoid that operational overhead.
Any ideas on how all these instances can use the same Okta App for auth?
Thanks in advance.