Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:saml-note-samesite [2020/10/15 08:57] – [Stages impact] sngrgeneral:saml-note-samesite [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Chrome SameSite Cookie Changes ====== ====== Chrome SameSite Cookie Changes ======
  
-On July 14th 2020, Chrome rolled out a new behavior for all cookies: +On July 14th 2020, Chrome rolled out a new behavior for all cookies: [[https://www.chromestatus.com/feature/5088147346030592|https://www.chromestatus.com/feature/5088147346030592]] This new mechanism has an effect on all web applications that use an SSO mechanism.
-https://www.chromestatus.com/feature/5088147346030592 +
-This new mechanism has an effect on all web applications that use an SSO mechanism.+
  
 ===== Stages impact ===== ===== Stages impact =====
Line 12: Line 10:
  
 As a result the connection to the SAML IDP has to be secure (SSL) otherwise a login of the user is not possible. In any way this is the recommended configuration to connect with the IDP. As a result the connection to the SAML IDP has to be secure (SSL) otherwise a login of the user is not possible. In any way this is the recommended configuration to connect with the IDP.
 +
 +__Configuration__
 +
 +In addition to the configuration of the SAML-Authentification in the //authentication// section of the config.xml, ensure that in the //config.properties// file ''saml.enabled = true'' is set. If not done after that, execute //update.bat / update.sh.//
  
  
 ===== Summary ===== ===== Summary =====
-It is obligatory to use a **secure** connection to the IDP when using SAML. 
  
 +It is obligatory to use a **secure** connection via HTTPS to the IDP when using SAML.
 ===== Fixed in Versions ===== ===== Fixed in Versions =====
  
 Newer than: Newer than:
 +
   * 7.4.6.1   * 7.4.6.1
   * 7.5.3.0   * 7.5.3.0
-  * future Releases+  * future releases 
 +