-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Okta Angular can't create a new session when in incognito mode #18
Comments
Thanks for reaching out @thuannh1027 A small clarification - are you having multiple apps under the same domain which fail to provide SSO experience when running incognito? (i.e. what are the symptoms of SSO session not being created). |
@thuannh1027 A couple questions
|
I have a Salesforce app and an Angular app. Both are using Okta as an identity provider. Without incognito mode, after login successfully, I could use /session/me to check the session and also redirect to Salesforce app by embedded link. However, in incognito mode, when trying hit /session/me, it returns 404 and I cant redirect to Salesforce app. I did receive tokens from Okta but not sessionToken |
Thanks for the details. This might be happening b/c of cookie policy setting: If that is the case, session cookie 'sid' is not set for Okta tenant domain (see KB post for similar issue in IE11). |
@thuannh1027 Does @oleksandrpravosudko-okta 's comment help? |
Everything works normally but I can't create SSO session when using incognito mode. Can anyone tell me why and how could I solve it?
I'm using the latest version of okta-angular and okta-signin-widget
The text was updated successfully, but these errors were encountered: