Skip to content

Commit

Permalink
add end_session_endpoint to OP discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Jun 20, 2024
1 parent 9bd388a commit 36f2134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/OIDC/OP/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function __construct(array $config = null)
"authorization_endpoint" => $base_url . 'authz',
"token_endpoint" => $base_url . 'token',
"userinfo_endpoint" => $base_url . 'userinfo',
"end_session_endpoint" => $base_url . 'session/end',
"jwks_uri" => $base_url . 'certs',
"scopes_supported" => array(
"openid profile"
Expand Down

0 comments on commit 36f2134

Please sign in to comment.