oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

OpenID Connect Session Handling

Open derek-b opened this issue 9 years ago • 2 comments

Are there any plans to support the OpenID session handling as outlined in this draft spec?

derek-b avatar Apr 11 '16 18:04 derek-b

From what I can tell, the main feature that would need to be supported is sending the session_state parameter with the authorization request.

derek-b avatar May 02 '16 14:05 derek-b

This would be awesome if integrated. We have done it by extending some controllers, and more. It would be great if it could be implemented in the library.

Also the monitoring of the session state would be really helpful: https://openid.net/specs/openid-connect-session-1_0.html#ChangeNotification

ErwinSteffens avatar Feb 06 '19 12:02 ErwinSteffens