You've already forked step-ca-cli
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user