mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 04:51:35 +00:00
Fixes for CodeStyle vol.2
This commit is contained in:
parent
234dd26d22
commit
07408ec112
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ return [
|
|||
'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),
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue