[java-idp-oidc] branch main updated: Add clientinfo service properties.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 15 22:48:38 UTC 2021
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=707d215699b4d47a6f857958f1f8ed2d67b27645
The following commit(s) were added to refs/heads/main by this push:
new 707d2156 Add clientinfo service properties.
707d2156 is described below
commit 707d215699b4d47a6f857958f1f8ed2d67b27645
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 15 17:48:36 2021 -0500
Add clientinfo service properties.
---
.../resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
index be0a2b1b..547fbbc1 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
@@ -46,6 +46,11 @@ idp.signing.oidc.rsa.enc.key = %{idp.home}/credentials/idp-encryption-rsa.jwk
# Reference to a global bean defining the dynamic contents for the openid-configuration
#idp.oidc.discovery.resolver = shibboleth.oidc.DefaultOpenIdConfigurationResolver
+# shibboleth.ClientInformationResolverService properties
+#idp.service.clientinfo.failFast = false
+#idp.service.clientinfo.checkInterval = PT0S
+#idp.service.clientinfo.resources = shibboleth.ClientInformationResolverResources
+
# Special claim handling rules
# "Embedded" attributes are encoded and encrypted into the access token
#idp.oidc.embeddedAttributes =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list