Lines Matching full:add

4 * Add setSchemasPath to Auth class and fix backward compatibility
12 * Only add responseUrl to the settings if ResponseLocation present in the IdPMetadataParser
29 …out service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualif…
30 * Add support for Subjects on AuthNRequests by the new parameter
38 * Add parameter to the decryptElement method to make optional the formatting
47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely …
48 * Add getAttributesWithFriendlyName method which returns the set of SAML attributes indexed by Frie…
55 * Add an extra filter to the url to be used on redirection
63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
96 * Add hooks to retrieve last-sent and last-received requests and responses
98 * Add DigestAlgorithm support on addSign
99 * [#177](https://github.com/onelogin/php-saml/pull/177) Add error message for bad OneLogin_Saml2_Se…
127 * Add Signature Wrapping prevention Test
134 * [132](https://github.com/onelogin/php-saml/pull/132) Add note for "wantAssertionsEncrypted"
140 * Add 2 extra validations to prevent Signature wrapping attacks.
151 * Add more Auth Context options to the constant class
158 * Add $wantEncrypted parameter on addX509KeyDescriptors method that will allow to set KeyDescriptor…
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
168 * Be able to extract RequestID. Add RequestID validation on demo1.
169 * Add $stay parameter to login, logout and processSLO method.
194 * Add note about the fact that PHP 5.3 is unssuported.
195 * Add fingerprint algorithm support.
196 * Add dependences to composer.
216 * Add ForceAuh and IsPassive support.