Skip to content

Commit

Permalink
LPS-122060 Fix IDP initiated SSO with LAX cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-sigvartsen committed Oct 12, 2020
1 parent a9159f9 commit 5b74f71
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ private void _processParameter(
}

private static final String[] _PARAMS = {
"RelayState", "SAMLRequest", "SAMLResponse"
"entityId", "RelayState", "SAMLRequest", "SAMLResponse"
};

private static final Log _log = LogFactoryUtil.getLog(
Expand Down

0 comments on commit 5b74f71

Please sign in to comment.