We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c0182 + 7a50219 commit 2581f4fCopy full SHA for 2581f4f
1 file changed
README.md
@@ -221,8 +221,8 @@ This is the settings.json file:
221
"NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified",
222
// Usually x509cert and privateKey of the SP are provided by files placed at
223
// the certs folder. But we can also provide them with the following parameters
224
- 'x509cert' => '',
225
- 'privateKey' => ''
+ "x509cert": "",
+ "privateKey": ""
226
},
227
228
// Identity Provider Data that we want connected with our SP.
0 commit comments