Skip to content

Commit 2581f4f

Browse files
committed
Merge pull request #51 from ThiefMaster/patch-1
Fix PHP-style array element in settings json
2 parents 59c0182 + 7a50219 commit 2581f4f

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)