Get Endpoint - OpenIdConnectCallback
Handles forwarded logged-in users via OpenID connect on Microsoft.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| culture | required. Culture to use for login on ix server. |
| redirectUri | required. Path that should be called after successful login |
| repository | required. Destination repository key. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | If user is successfully logged in, it will be redirected to / path. | |
400 | Method call with invalid data. | |
401 | User/service calling method is not authenticated or given repository does not exists. | |
500 | Issued on an internal server error. | |