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

Session expiry and authenticating users for multiple systems at the same time #38

Open
Reettaphant opened this issue Jan 25, 2018 · 0 comments

Comments

@Reettaphant
Copy link

Reettaphant commented Jan 25, 2018

We a sessions expires and we authenticate the user again, we are authenticating the user for the current system and for all the other systems the user was authenticated in previously (see e.g. here)

The problem with this is that different systems may have different requirements for authentication. For example, some systems check the groups the user is in. If the user is removed from a group and gets reauthenticated in another system, they will also be authenticated in a system they should not longer have access to.

Is this behaviour something we want to keep?

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