Lines Matching refs:use

6 Forget those complicated libraries and use this open source library provided
10 **The 3.X branch is compatible with PHP > 7.1, so if you are using that PHP version, use it and not…
84 * **Easy to use** - Programmer will be allowed to code high-level and
85 low-level programming, 2 easy to use APIs are available.
87 * **Popular** - OneLogin's customers use it. Many PHP SAML plugins uses it.
101 * `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.
103 Since [PHP 5.3 is officially unsupported](http://php.net/eol.php) we recommend you to use a newer P…
123 If you plan to play with the demos, use the Option 1.
139 …ectly to the constructor (explained later in this document). If you do not use this approach your …
157 We recommend that you migrate the old code to the new one to be able to use
166 start, for example to use the static method getSelfURLNoQuery use:
197 the x509 cert and the private key that the SP will use:
206 this case we could use the x509 cert previously mentioned or use a new x509
244 You can use the files provided by the toolkit or create your own endpoints
404 * Instead of use the whole x509cert you can use a fingerprint in order to
405 * validate a SAMLResponse, but we don't recommend to use that
476 False || True (use sp certs) || array (
533 // Algorithm that the toolkit will use on signing process. Options:
542 // Algorithm that the toolkit will use on digest process. Options:
623 In order to use the toolkit library you need to import the `_toolkit_loader.php`
634 After that line we will be able to use the classes (and their methods) of the
645 We strongly recommend migrating your old code and use the new API of the
738 Instead of use the Auth object, you can directly use
830 In order to retrieve attributes we can use:
1087 Note: Review the `demo1` folder that contains that use case; in a later section we
1088 explain the demo1 use case further in detail.
1220 Also a developer can use `setSelfProtocol`, `setSelfHost`, `setSelfPort` and `getBaseURLPath` to de…
1222 …eloper will be able to set a `'baseurl'` parameter that automatically will use `setBaseURL` to set…
1269 Most of them use classes and methods of the new SAML2 library.
1504 about what it does and how to use it are provided. Make sure to also check the doc folder where
1512 The toolkit includes three demo apps to teach how use the toolkit, take a look on it.
1607 use the files located in the endpoint folder (`acs.php` and `sls.php`).
1622 and `metadata.php`. As we said, we will use the endpoints that are defined