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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ $advancedSettings = array(
472
472
// Set to false and no AuthContext will be sent in the AuthNRequest.
473
473
// 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'.
474
474
// 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').
475
-
'requestedAuthnContext' => true,
475
+
'requestedAuthnContext' => false,
476
476
477
477
// Indicates if the SP will validate all received xmls.
478
478
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
@@ -1206,7 +1206,7 @@ Main class of OneLogin PHP Toolkit
1206
1206
*`getNameId` - Returns the nameID
1207
1207
*`getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
1208
1208
*`getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1209
-
*`getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1209
+
*`getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1210
1210
*`getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
1211
1211
*`getErrors` - Returns if there were any error
1212
1212
*`getSSOurl` - Gets the SSO url.
@@ -1244,7 +1244,7 @@ SAML 2 Authentication Response class
1244
1244
*`getNameId` - Gets the NameID provided by the SAML response from the IdP.
1245
1245
*`getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
1246
1246
*`getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1247
-
*`getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1247
+
*`getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
1248
1248
*`getSessionNotOnOrAfter` - Gets the SessionNotOnOrAfter from the
1249
1249
AuthnStatement
1250
1250
*`getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
0 commit comments