Files
wonderwall/pkg
Trong Huu Nguyen 05fae6ca5e refactor: get or generate session ID with fallbacks
Turns out that Azure AD doesn't support the `check_session_iframe` property.
However it still returns the session ID in the `session_state` parameter during
callbacks, and optionally can be configured to return the `sid` claim in id_tokens.

This commit changes the behaviour of the SessionID method to get the session ID
if found, with the order of preference being:

1. from the `sid` claim in the id_token,
2. from the `session_state` parameter provided by the OP during callbacks

If neither are found, and the OP's configuration does not indicate that either
should be (e.g. no support for front-channel logout and/or session
management), we fall back to generating our own session ID.
2022-01-27 12:57:52 +01:00
..
2021-11-01 11:04:54 +01:00
2021-11-01 11:04:54 +01:00
2021-10-05 14:09:09 +02:00
2021-10-16 10:25:47 +02:00
2022-01-25 15:59:57 +01:00
2021-11-01 11:04:54 +01:00
2021-11-01 11:04:54 +01:00