vk_post_auth_2af0c2402604
Authenticate users via OpenID Connect callback by exchanging the authorization code for a JWT token, enabling login to Vikunja.
Instructions
Authenticate a user with OpenID Connect. Raw Vikunja REST proxy for POST /auth/openid/{provider}/callback. After a redirect from the OpenID Connect provider to the frontend has been made with the authentication code, this endpoint can be used to obtain a jwt token for that user and thus log them in. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is not required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The openid callback | |
| provider | No | The OpenID Connect provider key as returned by the /info endpoint Required. |