Skip to content

Commit 5ac50e3

Browse files
committed
Merge pull request #132 from heychrisek/readme-typo-fixes
[Docs] Minor spelling improvements to typos in readme.
2 parents abd69f0 + e6d8bb7 commit 5ac50e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ SAML requires a x.509 cert to sign and encrypt elements like NameID, Message, As
135135
If our environment requires sign or encrypt support, the certs folder may contain the x509 cert and the private key that the SP will use:
136136

137137
* sp.crt The public cert of the SP
138-
* sp.key The privake key of the SP
138+
* sp.key The private key of the SP
139139

140140
Or also we can provide those data in the setting file at the 'x509cert' and the privateKey' json parameters of the 'sp' element.
141141

@@ -225,7 +225,7 @@ This is the settings.json file:
225225
},
226226
// If you need to specify requested attributes, set a
227227
// attributeConsumingService. nameFormat, attributeValue and
228-
// friendlyName can be ommited
228+
// friendlyName can be omitted
229229
"attributeConsumingService": {
230230
"ServiceName": "SP test",
231231
"serviceDescription": "Test Service",
@@ -356,7 +356,7 @@ In addition to the required settings data (idp, sp), there is extra information
356356

357357
// Authentication context.
358358
// Set to false and no AuthContext will be sent in the AuthNRequest,
359-
// Set true or don't present thi parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
359+
// Set true or don't present this parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
360360
// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509'),
361361
'requestedAuthnContext': true,
362362
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
@@ -378,7 +378,7 @@ In addition to the required settings data (idp, sp), there is extra information
378378
'signatureAlgorithm' => 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
379379
},
380380

381-
// Contact information template, it is recommended to suply a
381+
// Contact information template, it is recommended to supply
382382
// technical and support contacts.
383383
"contactPerson": {
384384
"technical": {
@@ -392,7 +392,7 @@ In addition to the required settings data (idp, sp), there is extra information
392392
},
393393

394394
// Organization information template, the info in en_US lang is
395-
// recomended, add more if required.
395+
// recommended, add more if required.
396396
"organization": {
397397
"en-US": {
398398
"name": "sp_test",

0 commit comments

Comments
 (0)