You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ SAML requires a x.509 cert to sign and encrypt elements like NameID, Message, As
135
135
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:
136
136
137
137
* 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
139
139
140
140
Or also we can provide those data in the setting file at the 'x509cert' and the privateKey' json parameters of the 'sp' element.
141
141
@@ -225,7 +225,7 @@ This is the settings.json file:
225
225
},
226
226
// If you need to specify requested attributes, set a
227
227
// attributeConsumingService. nameFormat, attributeValue and
228
-
// friendlyName can be ommited
228
+
// friendlyName can be omitted
229
229
"attributeConsumingService": {
230
230
"ServiceName":"SP test",
231
231
"serviceDescription":"Test Service",
@@ -356,7 +356,7 @@ In addition to the required settings data (idp, sp), there is extra information
356
356
357
357
// Authentication context.
358
358
// 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'
360
360
// 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'),
361
361
'requestedAuthnContext':true,
362
362
// 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
0 commit comments