[java-idp-plugin-oidc-rp] branch main updated: Add more authn descriptor properties to the default properties config

Phil Smart philip.smart at jisc.ac.uk
Tue Jun 6 09:18:32 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=7c9ae0a2a2fe3089367f504eb9e16e1eeafc1b30

The following commit(s) were added to refs/heads/main by this push:
     new 7c9ae0a  Add more authn descriptor properties to the default properties config
7c9ae0a is described below

commit 7c9ae0a2a2fe3089367f504eb9e16e1eeafc1b30
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 6 10:18:29 2023 +0100

    Add more authn descriptor properties to the default properties config
---
 .../idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties          | 6 ++++++
 1 file changed, 6 insertions(+)

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 82502c6..662dd20 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
@@ -62,5 +62,11 @@ idp.authn.oidc.rp.c14n.subjectidentifier.disabled = false
 #idp.signing.oidc.es.key = %{idp.home}/credentials/idp-signing-es.jwk
 #idp.signing.oidc.rsa.enc.key = %{idp.home}/credentials/idp-encryption-rsa.jwk
 
+## Properties to control the authentication flow
+#idp.authn.oidc.rp.order = 1000
+#idp.authn.oidc.rp.nonBrowserSupported = false
+#idp.authn.oidc.rp.passiveAuthenticationSupported = true
+#idp.authn.oidc.rp.forcedAuthenticationSupported = true     
+
 
 

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


More information about the commits mailing list