This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developers:examples:php:basic [2019/08/01 10:08] tjotov removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ADUCID - using PHP- Basic authentication example ====== | ||
- | |||
- | See all [[developers: | ||
- | |||
- | See [[developers: | ||
- | |||
- | [[http:// | ||
- | |||
- | |||
- | ===== I. Start authentication ===== | ||
- | |||
- | This page starts authentication request using **startAuthenticationSession(peigReturnName)** | ||
- | ===== II. Evaluate the result ===== | ||
- | |||
- | On the result page we evaluate the authentication request using **getResult(authId, | ||
- | |||
- | There are two basic results – authentication is OK or an error is thrown. | ||
- | |||
- | See example on [[http:// | ||
- | |||