This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
developers:basic-integration [2016/10/26 08:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Server side integration basics ====== | ||
- | |||
- | See all [[.: | ||
- | |||
- | [[https:// | ||
- | |||
- | [[https:// | ||
- | |||
- | A typical example of using ADUCID< | ||
- | |||
- | - Creating an authentication session in AIM for the requested operation. The redirect URL with identifier **authId, | ||
- | - Returning credentials (**authId**, | ||
- | |||
- | === === | ||
- | |||
- | ==== Start Authentication Session (step 1) ==== | ||
- | |||
- | When authenticating a user, an authentication session must first be created on the AIM server. This is done by the **startAuthenticationSession** | ||
- | |||
- | If calling of the **startAuthenticationSession** | ||
- | |||
- | ==== Verify Authentication Session (step 2) ==== | ||
- | |||
- | If authentication has been finished (for example, when the AIM proxy redirects control back to the application, | ||
- | |||
- | If calling of the **getResult** | ||
- | |||
- | ==== Work with authentication data ==== | ||
- | |||
- | The most important values are **UDI** | ||
- | |||
- | See [[http:// | ||
- | |||
- | ==== Get a new authKey ==== | ||
- | |||
- | Depending on AIM configuration **authKey** | ||
- | |||
- | To call Client API methods requiring **authId** | ||
- | |||