Parses uuid referencing a one-time use, short lived magic token and logs a user in automatically
GET/api/management/v1/useradm/auth/magic/:id
Parses uuid referencing a one-time use, short lived magic token and logs a user in automatically
Request
Responses
- 307
- 401
- 500
- 503
Authentication successful - a new JWT is issued and set as a cookie and a user redirect to the UI is returned.
The user is not authorized. There are two possible scenarios for that:
- the user may not have been initialized successfully
- the tenant may not have been initialized successfully
Internal Server Error.
Service is unavailable.