[java-idp-plugin-oidc-rp] branch main updated: JOIDCRP-60 - Conflicting value in oidc-rp.properties
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 12 08:29:15 UTC 2024
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=fc9cf4e69815b176fdeb8d676313f475fbbb3f60
The following commit(s) were added to refs/heads/main by this push:
new fc9cf4e JOIDCRP-60 - Conflicting value in oidc-rp.properties
fc9cf4e is described below
commit fc9cf4e69815b176fdeb8d676313f475fbbb3f60
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 12 09:29:13 2024 +0100
JOIDCRP-60 - Conflicting value in oidc-rp.properties
Fix default PKCE property value
https://shibboleth.atlassian.net/browse/JOIDCRP-60
---
.../shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 3eda897..af8f889 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
@@ -56,8 +56,8 @@ idp.authn.oidc.rp.c14n.subjectidentifier.disabled = false
#idp.oidc.provider.keyfetch.interval = PT30M
## Enable PKCE for the authorization code flow
-idp.oidc.forcePKCE = true
-idp.oidc.allowPKCEPlain = false
+#idp.oidc.forcePKCE = false
+#idp.oidc.allowPKCEPlain = false
## Whether to use a request object to send authentication parameters, and if it should be encrypted and or signed.
#idp.oidc.requestobject.used= false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list