[java-idp-oidc] branch main updated: JOIDC-80 - Extension of well-known configuration

Scott Cantor cantor.2 at osu.edu
Tue Mar 15 19:21:28 UTC 2022


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

scantor 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=acda3fe0cae0ac1723c7166ed19b9d746f3c0caf

The following commit(s) were added to refs/heads/main by this push:
     new acda3fe0 JOIDC-80 - Extension of well-known configuration
acda3fe0 is described below

commit acda3fe0cae0ac1723c7166ed19b9d746f3c0caf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 15 15:21:25 2022 -0400

    JOIDC-80 - Extension of well-known configuration
    
    https://shibboleth.atlassian.net/browse/JOIDC-80
---
 .../net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json  | 2 ++
 1 file changed, 2 insertions(+)

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 a78991c2..48c44be3 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
@@ -4,6 +4,8 @@
    "registration_endpoint":"https://{{ service_name }}/idp/profile/oidc/register",
    "token_endpoint":"https://{{ service_name }}/idp/profile/oidc/token",
    "userinfo_endpoint":"https://{{ service_name }}/idp/profile/oidc/userinfo",
+   "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",
    "response_types_supported":[
       "code",

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


More information about the commits mailing list