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 the core of the library inside the php application. (each application has its
98
98
structure so take your time to locate the PHP SAML toolkit in the best place).
@@ -124,7 +124,7 @@ Compatibility
124
124
125
125
This 4.X.X supports PHP >=7.3 .
126
126
127
-
It is not compatible with PHP5.6 or PHP7.0.
127
+
It is not compatible with PHP5.6 or PHP7.0, PHP7.1 or PHP7.2
128
128
129
129
Namespaces
130
130
----------
@@ -1257,6 +1257,9 @@ Main class of SAML PHP Toolkit
1257
1257
*`getLastRequestID` - Gets the ID of the last AuthNRequest or LogoutRequest generated by the Service Provider.
1258
1258
*`getLastRequestXML` - Returns the most recently-constructed/processed XML SAML request (AuthNRequest, LogoutRequest)
1259
1259
*`getLastResponseXML` - Returns the most recently-constructed/processed XML SAML response (SAMLResponse, LogoutResponse). If the SAMLResponse had an encrypted assertion, decrypts it.
1260
+
*`buildAuthnRequest` - Creates an AuthnRequest
1261
+
*`buildLogoutRequest` - Creates an LogoutRequest
1262
+
*`buildLogoutResponse` - Constructs a Logout Response object (Initialize params from settings and if provided load the Logout Response).
0 commit comments