[java-idp-oidc] branch main updated: JOIDC-13 - Support for OIDC Logout

Henri Mikkonen henri.mikkonen at iki.fi
Fri Mar 22 11:58:06 UTC 2024


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=0e1e785eb457350870cd8b3f8a0afe1d1c82024e

The following commit(s) were added to refs/heads/main by this push:
     new 0e1e785e JOIDC-13 - Support for OIDC Logout
0e1e785e is described below

commit 0e1e785eb457350870cd8b3f8a0afe1d1c82024e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Mar 22 13:57:49 2024 +0200

    JOIDC-13 - Support for OIDC Logout
    
    https://shibboleth.atlassian.net/browse/JOIDC-13
    
    Included logout related attributes to the openid-configuration template.
---
 .../idp/plugin/oidc/op/static/openid-configuration.json          | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
index 48c44be3..2c242a23 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
@@ -7,6 +7,7 @@
    "introspection_endpoint":"https://{{ service_name }}/idp/profile/oauth2/introspection",
    "revocation_endpoint":"https://{{ service_name }}/idp/profile/oauth2/revocation",
    "jwks_uri":"https://{{ service_name }}/idp/profile/oidc/keyset",
+   "end_session_endpoint":"https://{{ service_name }}/idp/profile/oidc/end-session",
    "response_types_supported":[
       "code",
       "id_token",
@@ -135,5 +136,9 @@
       "zoneinfo",
       "locale",
       "updated_at"
-   ]
-}
\ No newline at end of file
+   ],
+   "backchannel_logout_supported":true,
+   "backchannel_logout_session_supported":true,
+   "frontchannel_logout_supported":true,
+   "frontchannel_logout_session_supported":true
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list