Skip to content

Commit

Permalink
chore(docs): add note on idp logout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 13, 2025
1 parent 6fd65a7 commit f79a86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consent/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ type revokeOAuth2LoginSessions struct {
// Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected
// to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.
//
// If the login session was issued by a login provider, the login provider is asked to invalidate its session as well.
//
// Consumes:
// - application/json
//
Expand Down

0 comments on commit f79a86c

Please sign in to comment.