Skip to content

Commit 7a50219

Browse files
committed
Fix PHP-style array element in settings json
1 parent 59c0182 commit 7a50219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ This is the settings.json file:
221221
"NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified",
222222
// Usually x509cert and privateKey of the SP are provided by files placed at
223223
// the certs folder. But we can also provide them with the following parameters
224-
'x509cert' => '',
225-
'privateKey' => ''
224+
"x509cert": "",
225+
"privateKey": ""
226226
},
227227

228228
// Identity Provider Data that we want connected with our SP.

0 commit comments

Comments
 (0)