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
--no-pkce disable proof key for code exchange (PKCE)
49
+
--password string resource owner password credentials grant flow password
50
+
--pkce enable proof key for code exchange (PKCE)
51
+
--refresh-token string refresh token
52
+
--response-mode string response mode
53
+
--response-types strings response type
54
+
--scopes strings requested scopes
55
+
--signing-key string path or url to signing key in jwks format
56
+
--tls-cert string path to tls cert pem file
57
+
--tls-key string path to tls key pem file
58
+
--tls-root-ca string path to tls root ca pem file
59
+
--username string resource owner password credentials grant flow username
60
+
```
61
+
62
+
You will be asked to provide the necessary information, such as the grant type, client authentication method, and any other relevant details (if not already provided).
40
63
41
64
Once authenticated, you will be able to use the access token to access the OAuth2 provider's API.
0 commit comments