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

How to check if session is valid with CAS #165

Open
rickhernandezio opened this issue Mar 19, 2019 · 0 comments
Open

How to check if session is valid with CAS #165

rickhernandezio opened this issue Mar 19, 2019 · 0 comments

Comments

@rickhernandezio
Copy link

rickhernandezio commented Mar 19, 2019

We have a working version of the saml2-js library working with login, log out, and assertions.

But now we need to make sure that every request is valid against our CAS provider.

Example:

User Application Logins
User Application Asserts
Valid Group
Create a session
User Logins in

  • Now we need to make sure every request is valid for this user
  • If it's not valid kick them out of there session
  • If it is valid. validate their session.
    The user continues to use the application.

Here is an image of what I'm trying to set up now based on the CAS documentation.

CAS Flow

In short, how can we validate every other request other than the initial one with the CAS?

Thanks,

Any help is much appreciated.

@rickhernandezio rickhernandezio changed the title How to check if session is valid with SSO How to check if session is valid with CAS Mar 19, 2019
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