Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément OUDOT <clement.oudot@worteks.com>2020-03-05 21:40:03 +0300
committerClément OUDOT <clement.oudot@worteks.com>2020-03-05 21:40:03 +0300
commit2a5130b1f0da8f5f166cadb71e3b45cfe1356429 (patch)
treeefcdee0da01825457073c30dfa0e5aee90dfe074
parent8d6eb601281fa3b555e3d5bd35ee4b3389fc11ba (diff)
Revert "use NameId format, name qualifier and name SP qualifier in SAML logout request (fixed SP qualifier typo in README.md)"
This reverts commit 8c2084d35dc360ef75c2820aef04446607824826.
-rw-r--r--3rdparty/vendor/onelogin/php-saml/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/3rdparty/vendor/onelogin/php-saml/README.md b/3rdparty/vendor/onelogin/php-saml/README.md
index 70f5cb90..8c0582ad 100644
--- a/3rdparty/vendor/onelogin/php-saml/README.md
+++ b/3rdparty/vendor/onelogin/php-saml/README.md
@@ -569,7 +569,7 @@ After that line we will be able to use the classes (and their methods) of the
toolkit (because the external and the Saml2 libraries files are loaded).
That toolkit depends on [xmlseclibs](https://github.com/robrichards/xmlseclibs) 3.X.X branch,
-you will need to get its code and place on your project and reuse the _toolkit_loader.php
+you will need to get its code and place on your project and reuse the _toolkit_loader.php
file to include xmlseclibs as well.
@@ -1169,7 +1169,7 @@ Main class of OneLogin PHP Toolkit
* `getNameId` - Returns the nameID
* `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
* `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
- * `getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
+ * `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
* `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
* `getErrors` - Returns if there were any error
* `getSSOurl` - Gets the SSO url.
@@ -1207,7 +1207,7 @@ SAML 2 Authentication Response class
* `getNameId` - Gets the NameID provided by the SAML response from the IdP.
* `getNameIdFormat` - Gets the NameID Format provided by the SAML response from the IdP.
* `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
- * `getNameIdSPNameQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
+ * `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response String.
* `getSessionNotOnOrAfter` - Gets the SessionNotOnOrAfter from the
AuthnStatement
* `getSessionIndex` - Gets the SessionIndex from the AuthnStatement.
@@ -1503,3 +1503,4 @@ demo1, only changes the targets.
to the IdP (to the SLS endpoint of the IdP).The IdP receives the Logout
Response, process it and close the session at of the IdP. Notice that the
SLO Workflow starts and ends at the IdP.
+