Skip to content

Commit

Permalink
Okn: Add deflate BT#18275
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 15, 2021
1 parent 75e6549 commit 8411689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/auth/okn/start.php
Expand Up @@ -25,7 +25,7 @@
$settings = new Settings($settingsInfo);
$authRequest = new AuthnRequest($settings);

$samlRequest = $authRequest->getRequest();
$samlRequest = $authRequest->getRequest(true);
$idpData = $settings->getIdPData();

if (isset($_GET['email']) || isset($_GET['email_bis'])) {
Expand Down

0 comments on commit 8411689

Please sign in to comment.