[java-idp-plugin-oidc-rp] branch main updated: JOIDCRP-33 - Typo in add default principals property

Phil Smart philip.smart at jisc.ac.uk
Mon Jun 5 08:37:26 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=0384bb86236afc1ae9156cce2f6b7e5780c55647

The following commit(s) were added to refs/heads/main by this push:
     new 0384bb8  JOIDCRP-33 - Typo in add default principals property
0384bb8 is described below

commit 0384bb86236afc1ae9156cce2f6b7e5780c55647
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 5 09:37:16 2023 +0100

    JOIDCRP-33 - Typo in add default principals property
    
    https://shibboleth.atlassian.net/browse/JOIDCRP-33
---
 .../shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
index ed9b45f..9af3540 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
@@ -18,7 +18,7 @@ idp.authn.oidc.rp.client.redirecturl.allowedOrigins = https://localhost:8443
 ## Comma seperated list of additional scopes e.g. profile or email. The openid scope is added by default
 #idp.authn.oidc.rp.client.scopes =
 
-#idp.authn.oidc.rp.addDefaultPrincipal = false
+#idp.authn.oidc.rp.addDefaultPrincipals = false
 #idp.authn.oidc.rp.supportedPrincipals =  \
 #    saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport, \
 #    saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:Password, \

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


More information about the commits mailing list