login

OIDC Auth request

This entrypoint is called by the client for getting the authorization url for the Oauth2 provider he chooses

For testing you can generate a valid uuid field with the following command: uuidgen | base64

post/api/oidc/auth

Request body

idstring required
opstring required
uuidstring required

Response

codestring required
urlstring required

Changes