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

re-login #60

Open
higuchi-toshio-intec opened this issue Aug 31, 2022 · 2 comments
Open

re-login #60

higuchi-toshio-intec opened this issue Aug 31, 2022 · 2 comments

Comments

@higuchi-toshio-intec
Copy link

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.

  1. I browsed my CKAN top page.
  2. I clicked "Log in". My browser displayed "sign in dialog".
  3. I entered "Username" and "Password" and click "Sign in".
  4. I got success logged in.
  5. I Clicked "Logout". My browser displayed "Logged Out" message.
  6. I clicked "Log in" again.
  7. 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

@aitormagan
Copy link
Contributor

aitormagan commented Aug 31, 2022 via email

@hbadri3
Copy link

hbadri3 commented Dec 25, 2022

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.
As a workaround you might implement the revoke token of your Idb in you extension (customized)

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

3 participants