jeremy379 / laravel-openid-connect

Implement OpenID Connect inside Laravel
MIT License
26 stars 13 forks source link

Add end_session_endpoint key for RP-Initiated Logout to DiscoveryController #18

Closed bbredewold closed 5 months ago

bbredewold commented 5 months ago

I've added a way to add the 'end_session_endpoint' route to the OpenID Discovery response. With this endpoint, clients can initiate a remote logout.

See https://openid.net/specs/openid-connect-rpinitiated-1_0.html