File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ public function getForm() {
206206 'text ' => $ this ->l10n ->t ('Use POST method for SAML request (default: GET) ' ),
207207 'type ' => 'checkbox ' ,
208208 'required ' => false ,
209+ 'global ' => false ,
209210 ];
210211 $ generalSettings ['allow_multiple_user_back_ends ' ] = [
211212 'text ' => $ this ->l10n ->t ('Allow the use of multiple user back-ends (e.g. LDAP) ' ),
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ public function formDataProvider() {
100100 'text ' => $ this ->l10n ->t ('Use POST method for SAML request (default: GET) ' ),
101101 'type ' => 'checkbox ' ,
102102 'required ' => false ,
103+ 'global ' => false ,
103104 ],
104105 'uid_mapping ' => [
105106 'text ' => 'Attribute to map the UID to. ' ,
You can’t perform that action at this time.
0 commit comments