You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new handler should be implemented which returns some basic information about the authenticated user after a successful POST /api/v2/auth. The information returned should include at least the successfully authenticated user's username, but may include further information as well.
In the case of Basic auth, the username returned must be the same as the Basic auth username provided.
In the case of Noop auth, the username should be null or the empty string to indicate no user.
In the case of Bearer auth, such as in the OpenShiftAuthManager, the username should be the one that corresponds to the supplied Bearer token according to the delegate auth server.
A new handler should be implemented which returns some basic information about the authenticated user after a successful
POST /api/v2/auth
. The information returned should include at least the successfully authenticated user's username, but may include further information as well.In the case of Basic auth, the username returned must be the same as the Basic auth username provided.
In the case of Noop auth, the username should be null or the empty string to indicate no user.
In the case of Bearer auth, such as in the OpenShiftAuthManager, the username should be the one that corresponds to the supplied Bearer token according to the delegate auth server.
cryostatio/cryostat-web#261 (comment)
The text was updated successfully, but these errors were encountered: