'SSO Okta is sitting at the okta developer page after login . NOT returning to the ACS URL of the service provider
Two scenarios
scenario #1. Logged in to Okta developer portal independently + Logged out from Service provider(SP)
scenario #2. Logged out from Okta + Logged out from Service Provider
In scenario #1, I tried to login into the SP, It get logged in via Okta(already logged in) and redirected back to the SP page with the logged-in state. Working as expected.
In scenario #2, I tried to login into the SP => it get redirected to Okta developer login page => logged in through GitHub => Redirected to the Okta developer portal dashboard page with logged-in state and sitting on the same okta developer page.NOT redirecting back to the SP page.
Solution 1:[1]
Something is dodgy with your configuration. What is SSO URL configured for your SP to redirect users to for login? It should be taken from Okta app SAML metadata.
It would be helpful if you attach rather HAR file(s) demonstrating the full flow.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Philipp Grigoryev |
