Skip to content

Commit

Permalink
Fixes for CodeStyle vol.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franke committed Aug 30, 2021
1 parent 234dd26 commit 07408ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/saml2.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
'requestedAuthnContext' => is_string($SAML2_IDP_AUTHNCONTEXT) ? explode(' ', $SAML2_IDP_AUTHNCONTEXT) : $SAML2_IDP_AUTHNCONTEXT,
'logoutRequestSigned' => env('SAML2_LOGOUT_REQUEST_SIGNED', false),
'logoutResponseSigned' => env('SAML2_LOGOUT_RESPONSE_SIGNED', false),
'lowercaseUrlencoding' => env('SAML2_LOWERCASE_URLENCODING', false)
'lowercaseUrlencoding' => env('SAML2_LOWERCASE_URLENCODING', false),
],
],

Expand Down

0 comments on commit 07408ec

Please sign in to comment.