Login to multiple domains

So we have an application under one domain and it has login using oauth2 , and for certain cases we would like to redirect to another internal domain in the same browser session using same okta credentials oauth2 but different clientid and would like to avoid lasking ton log in on second domain. How do we do that

Just make another /authorize redirect to log users into the second application. By redirecting through the Okta domain, the existing Okta session will be detected and users will be able to access the application without re-authenticating (provided the policies in your org do not require they do so)

Can you give an example

Of an /authorize request? You can refer to our docs here on how to build a request URL to complete Authorization Code flow: Implement authorization by grant type | Okta Developer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.