Get Endpoint - LoginWithOpenIdConnect
Starts login of ELO Sync user by OpenID Connect on ELO Sync.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| culture | required. Culture to use. For example: de-DE |
| 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 | Return a nex challenge containing the redirectUri | ChallengeResult |
302 | Redirected to the redirectUri. | |
500 | Issued on an internal server error. | |