[java-idp-oidc] branch master updated: Included required namingRegistry property and example discovery resolver.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 7 03:50:10 EST 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=7e9cc90e98b3527419a5f3f0c66d68b7eddc9756
The following commit(s) were added to refs/heads/master by this push:
new 7e9cc90 Included required namingRegistry property and example discovery resolver.
7e9cc90 is described below
commit 7e9cc90e98b3527419a5f3f0c66d68b7eddc9756
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 7 10:49:35 2020 +0200
Included required namingRegistry property and example discovery resolver.
---
.../src/main/resources/conf/idp-oidc.properties | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-oidc-extension-distribution/src/main/resources/conf/idp-oidc.properties b/idp-oidc-extension-distribution/src/main/resources/conf/idp-oidc.properties
index 6ab1131..2938f1d 100644
--- a/idp-oidc-extension-distribution/src/main/resources/conf/idp-oidc.properties
+++ b/idp-oidc-extension-distribution/src/main/resources/conf/idp-oidc.properties
@@ -44,3 +44,8 @@ idp.signing.oidc.rsa.enc.key = %{idp.home}/credentials/idp-encryption-rsa.jwk
#PKCE/AppAuth related properties
#idp.oidc.forcePKCE = false
#idp.oidc.allowPKCEPlain = false
+
+idp.service.attribute.registry.namingRegistry = OIDCExtendedNamingRegistry
+
+# Reference to a global bean defining the dynamic contents for the openid-configuration
+#idp.oidc.discovery.resolver = shibboleth.oidc.DefaultOpenIdConfigurationResolver
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list