Skip to content

Execute Back Channel Single Logout requests#5

Open
floriannari wants to merge 1 commit into
coursetable:masterfrom
floriannari:patch-1
Open

Execute Back Channel Single Logout requests#5
floriannari wants to merge 1 commit into
coursetable:masterfrom
floriannari:patch-1

Conversation

@floriannari
Copy link
Copy Markdown

If the performBackChannelSLO parameter is falsy, the behaviour will not change.
If it is true:

(tested with https://www.npmjs.com/package/memorystore sessionStore)

Use `new Strategy({ performBackChannelSLO: true,  /*...*/ }, /*...*/)` to:
- On login, save the CAS Service Ticket (ST) in the session.
- On Back Channel SLO request, delete the session with this ticket.

(see https://apereo.github.io/cas/7.3.x/installation/Logout-Single-Signout.html#back-channel )
@floriannari
Copy link
Copy Markdown
Author

Hello ,
Do you need additional information about this PR? (Note that it does not change behavior unless performBackChannelSLO is explicitly set.)

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

Successfully merging this pull request may close these issues.

1 participant