1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Update the changelog and the examples in step oauth

This commit is contained in:
max furman
2022-06-24 16:26:01 -07:00
parent 5d374684ea
commit df4d5e3f44
2 changed files with 9 additions and 5 deletions

View File

@@ -149,12 +149,17 @@ $ step oauth --client-id my-client-id --client-secret my-client-secret \
Use the Device Authorization Grant flow for input constrained clients:
'''
$ step oauth --client-id my-client-id --client-secret my-client-secret --device
$ step oauth --client-id my-client-id --client-secret my-client-secret --console-flow device
'''
Use the Out Of Band flow for input constrained clients:
'''
$ step oauth --client-id my-client-id --client-secret my-client-secret --oob
$ step oauth --client-id my-client-id --client-secret my-client-secret --console-flow oob
'''
Use the default OAuth flow for input constrained clients:
'''
$ step oauth --client-id my-client-id --client-secret my-client-secret --console
'''
Use additional authentication parameters: