[java-identity-provider] branch main updated: Typo in propoerty default.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 16 16:42:31 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=f24d87f92b52f9ef7027a6e65100f2cb0162051d
The following commit(s) were added to refs/heads/main by this push:
new f24d87f92 Typo in propoerty default.
f24d87f92 is described below
commit f24d87f92b52f9ef7027a6e65100f2cb0162051d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 16 11:42:28 2024 -0500
Typo in propoerty default.
---
.../resources/net/shibboleth/idp/module/conf/authn/authn.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d258ef6ec..44dd6283b 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
@@ -30,7 +30,7 @@
# Uncomment to cache username in cookie (e.g. __Host_shib_idp_username)
#idp.authn.usernameCookieName =
# Precedence for pulling existing username into authentication forms
-#idp.authn.usernamePrecedence = formm,session,cookie
+#idp.authn.usernamePrecedence = form,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