Skip to content
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

SLO initiated by IdP not clearing login session in IE browser #132

Open
vijendra opened this issue Mar 24, 2017 · 0 comments
Open

SLO initiated by IdP not clearing login session in IE browser #132

vijendra opened this issue Mar 24, 2017 · 0 comments

Comments

@vijendra
Copy link

When IdP send its request to SP's SLO URL, user will be logged out in all other browsers but in IE.

For creating session from IdP callback, we are using below code.

@user = User.find_for_saml_oauth(request.env["omniauth.auth"], current_user)   
sign_in( @user, scope: :user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant