Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uaa command for service with passcode #62

Closed
rlindner81 opened this issue Feb 14, 2024 · 1 comment · Fixed by #63
Closed

uaa command for service with passcode #62

rlindner81 opened this issue Feb 14, 2024 · 1 comment · Fixed by #63
Labels
enhancement New feature or request next_release

Comments

@rlindner81
Copy link
Contributor

via @soccermax

there should be a uaa command to get not grant=client_credential token, but a grant=password token for a passcode

@rlindner81 rlindner81 added the enhancement New feature or request label Feb 14, 2024
@rlindner81
Copy link
Contributor Author

Tentative new list of uaa commands:

   === user authentication (uaa) ===
~  uaad   --uaa-decode TOKEN                                     decode JSON web token
~  uaac   --uaa-client [TENANT]                                  obtain uaa token for generic client
~  uaap   --uaa-passcode PASSCODE [TENANT]                       obtain uaa token for one-time passcode
~  uaau   --uaa-user USERNAME PASSWORD [TENANT]                  obtain uaa token for username password
~  uaasc  --uaa-service-client SERVICE [TENANT]                  obtain service token for generic client
~  uaasp  --uaa-service-passcode SERVICE PASSCODE [TENANT]       obtain service token for one-time passcode
~  uaasu  --uaa-service-user SERVICE USERNAME PASSWORD [TENANT]  obtain service token for username password
          ...    [TENANT]                                        obtain token for tenant, fallback to paas tenant
          ...    --decode                                        decode result token
          ...    --userinfo                                      add detailed user info for passcode

uaas and the dedicated userinfo command would change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next_release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant