mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-20 20:47:16 +02:00
authenticate: oidc frontchannel-logout endpoint (#1586)
* authenticate: oidc frontchannel-logout endpoint * move frontchannellogout route and extract logout process * add frontchannel_logout_uri to wellknown handler * authenticate: add context to logs in signout process * docs: single sign-out topic * gofmt, wording, refactoring method names Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
74db362634
commit
2d3190c74e
4 changed files with 170 additions and 24 deletions
|
@ -124,6 +124,7 @@ module.exports = {
|
|||
"topics/programmatic-access",
|
||||
"topics/tcp-support",
|
||||
"topics/impersonation",
|
||||
"topics/single-sign-out",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue