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
saml-bearer Perform OAuth2 SAML 2.0 Bearer Grant Type.
42
-
passcode Retrieve user passcode from X509 user authentication.
42
+
passcode Retrieve user passcode from X509 user authentication. Need user_tls for user authentication.
43
+
idp_token Retrieve trusted IdP token. Need assertion for user trust and client authentication.
44
+
introspect Perform OAuth2 Introspection Endpoint Call. Need token input parameter.
43
45
version Show version.
44
46
help Show this help for more details.
45
47
@@ -64,7 +66,9 @@ Flags:
64
66
-refresh Bool flag. Default false. If true, call refresh flow for the received id_token.
65
67
-idp_token Bool flag. Default false. If true, call the OIDC IdP token exchange endpoint (IAS specific only) and return the response.
66
68
-idp_scope OIDC scope parameter. Default no scope is set. If you set the parameter idp_scope, it is set in IdP token exchange endpoint (IAS specific only).
69
+
-introspect Bool flag. Default false. If true, call the OIDC token introspect endpoint (if provided in well-known) and return the response.
67
70
-refresh_expiry Value in seconds. Optional parameter to reduce Refresh Token Lifetime.
71
+
-token Input token for token introspect and token-exchange calls.
68
72
-token_format Format for access_token. Possible values are opaque and jwt. Optional parameter, default: opaque
69
73
-app_tid Optional parameter for IAS multi-tenant applications.
70
74
-cmd Single command to be executed. Supported commands currently: jwks, client_credentials, password
" -refresh Bool flag. Default false. If true, call refresh flow for the received id_token.\n"+
68
69
" -idp_token Bool flag. Default false. If true, call the OIDC IdP token exchange endpoint (IAS specific only) and return the response.\n"+
69
70
" -idp_scope OIDC scope parameter. Default no scope is set. If you set the parameter idp_scope, it is set in IdP token exchange endpoint (IAS specific only).\n"+
71
+
" -introspect Bool flag. Default false. If true, call the OIDC token introspect endpoint (if provided in well-known) and return the response.\n"+
70
72
" -refresh_expiry Value in seconds. Optional parameter to reduce Refresh Token Lifetime.\n"+
73
+
" -token Input token for token introspect and token-exchange calls.\n"+
71
74
" -token_format Format for access_token. Possible values are opaque and jwt. Optional parameter, default: opaque\n"+
72
75
" -app_tid Optional parameter for IAS multi-tenant applications.\n"+
73
76
" -cmd Single command to be executed. Supported commands currently: jwks, client_credentials, password\n"+
0 commit comments