[java-identity-provider] branch main updated: IDP-2063 - Default cookies and examples to __Host- prefixed
Scott Cantor
cantor.2 at osu.edu
Mon Jan 23 13:41:46 UTC 2023
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=1f85f98e9b92eb43d9764a053511fced5206a267
The following commit(s) were added to refs/heads/main by this push:
new 1f85f98e9 IDP-2063 - Default cookies and examples to __Host- prefixed
1f85f98e9 is described below
commit 1f85f98e9b92eb43d9764a053511fced5206a267
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 23 08:41:10 2023 -0500
IDP-2063 - Default cookies and examples to __Host- prefixed
https://shibboleth.atlassian.net/browse/IDP-2063
Missed a commit for SPNEGO login cookie.
---
.../resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
index 254fc7238..5762c7927 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
@@ -58,7 +58,7 @@
<bean id="SPNEGOAutoLoginManager"
class="net.shibboleth.idp.authn.spnego.impl.SPNEGOAutoLoginManager"
p:cookieManager-ref="shibboleth.UserPrefsCookieManager"
- p:cookieName="%{idp.authn.SPNEGO.cookieName:_idp_spnego_autologin}" />
+ p:cookieName="%{idp.authn.SPNEGO.cookieName:__Host-idp_spnego_autologin}" />
<bean id="PopulateSubjectCanonicalizationContext"
class="net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContext" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list