-
Notifications
You must be signed in to change notification settings - Fork 55
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
re-login #60
Comments
Take into account that when logging out, your are just closing the CKAN session, but no the IdP one. Because of this, when you click on log in, you are redirected to the IdP, and there, you are redirected straightaways to your CKAN instance, as the IdP has an active account and there is no need to ask for credentials.
If you want to log in in a new account, you should log out in your IdP before trying to log in again in CKAN.
Br
Aitor Magán García
… El 31 ago 2022, a las 6:28, higuchi-toshio-intec ***@***.***> escribió:
Very thanks for your project.
My execution environment is built with these versions.
AWS Fargate
CKAN [2.9.5]
ckanext-oauth2 [0.7.0]
Amazon ELB (for "https" front-end listener)
Amazon Cognito
I hava questions for re-login.
I operated my browser like these.
I browsed my CKAN top page.
I clicked "Log in". My browser displayed "sign in dialog".
I entered "Username" and "Password" and click "Sign in".
I got success logged in.
I Clicked "Logout". My browser displayed "Logged Out" message.
I clicked "Log in" again.
I got success logged in WITHOUT sign in dialog.
Is this behavior normal?
What should I do if I want to log in with a different account?
regards
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Yeah, this the meaning of SSO. You can reproduce this behavior (healthy actually) when you log in to a website through google, you will get the same flow, so you need to logout from google if you like to request authentication in your website. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very thanks for your project.
My execution environment is built with these versions.
I hava questions for re-login.
I operated my browser like these.
Is this behavior normal?
What should I do if I want to log in with a different account?
regards
The text was updated successfully, but these errors were encountered: