I have following problem. My company deals with 100+ services. All of them are sharing the same domain, but different sub domains. Configuring one Okta application for all of them is not a problem (we just use wildcard redirect urls). Everything works well in production and in lower environments, where we use proper company domain.
However, I’m struggling to find a solution for local development, since all services running on a different port
for localhost. It seems like port can’t we wildcard-ed, nor entire host address.
Creating 100+ okta apps that would facilitate local development is not an option.
Currently Okta app integration is configured to use:
Sign-in method: OIDC
Application type: SPA
What would be the best course of action in this situation?
I would really want to keep environments as close as possible.
Thank you