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.
1 parent 59c0182 commit 7a50219Copy full SHA for 7a50219
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