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
I want to log in to the UAA used by my cloudfoundry to perform some basic user management.
Getting Tokens:
get-authcode-token Obtain an access token using the authorization_code grant type
get-client-credentials-token Obtain an access token using the client_credentials grant type
get-implicit-token Obtain an access token using the implicit grant type
get-password-token Obtain an access token using the password grant type
get-token-key View the key for validating UAA's JWT token signatures
get-token-keys View all keys the UAA has used to sign JWT tokens
refresh-token Obtain an access token using the refresh_token grant type
All of these descriptions expect a lot of context about UAA.
Is it possible to have a simple login flow instead, just like when I go to the UAA web interface?
The text was updated successfully, but these errors were encountered:
I want to log in to the UAA used by my cloudfoundry to perform some basic user management.
All of these descriptions expect a lot of context about UAA.
Is it possible to have a simple
login
flow instead, just like when I go to the UAA web interface?The text was updated successfully, but these errors were encountered: