I just want to ask if anyone here has any good info/documentation for handling an OIDC app on the OIN. I want other orgs to be able to integrate with us, so they can login and get authenticated by Okta and then I use the returned token to start a session in my app. Its working great with just my developer org, but I don’t know if there’s a way for me to test integration with a second test org which can add my integration.
Also, I see that when another company integrates with us they essentially get their own authorization server to handle logins to my okta app - which means I will need a clientId and secret for each integrated org. Is there a safe way to handle this on a front-end React app. Im sure on the backend I could store the info in a DB and pull it from there based on their company - but I’m unsure if this is the only way to handle this and I currently have the initial login on the frontend where the token gets posted back.