login

OIDC State request

This entrypoint is called by the client for getting the status of the OIDC session it returns an empty json object if the session is not found it returns an access token if the session is found

get/api/oidc/auth-query

Query parameters

codestring required
idstring required
uuidstring required

Response

access_tokenstring required
typestring required
tfa_typestring required
secretstring required

Changes