[java-identity-provider] branch main updated: Update default property for username recovery.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 10 20:10:07 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=93d3eabcf05b4506596398e495f4614940339170
The following commit(s) were added to refs/heads/main by this push:
new 93d3eabcf Update default property for username recovery.
93d3eabcf is described below
commit 93d3eabcf05b4506596398e495f4614940339170
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 10 15:10:04 2024 -0500
Update default property for username recovery.
---
.../resources/net/shibboleth/idp/module/conf/authn/authn.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
index 797c32687..d258ef6ec 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
@@ -29,8 +29,8 @@
# Uncomment to cache username in cookie (e.g. __Host_shib_idp_username)
#idp.authn.usernameCookieName =
-# Set true to populate username in login forms from session as a last resort
-#idp.authn.usernameFromSession = false
+# Precedence for pulling existing username into authentication forms
+#idp.authn.usernamePrecedence = formm,session,cookie
# Revocation (administrative logout)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list