login

Log in user via OpenID Connect and return login info

Log in user and return login info:

  • token: Bearer access token that can be used for authentication
  • roles: Labels of user groups that user can see
  • permissions: Permissions (octal) of the user in the MIRO Server namespace
  • username: GAMS Engine username
post/login/oidc

Request body

id_tokenstring required

Response

Successful Response

tokenstring required
rolesstring[] required
permissionsstring required
usernamestring required

Changes