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
cmd.Flags().String("issuer-uri", "", "URI of the identity provider issuer.")
27
27
cmd.Flags().String("jwks-uri", "", "JWKS (JSON Web Key Set) URI of the identity provider.")
28
28
cmd.Flags().String("description", "", "Description of the identity provider.")
29
+
cmd.Flags().String("identity-claim", "", "The JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from Registered Claim Names.")
cmd.Flags().String("name", "", "Name of the identity provider.")
28
28
cmd.Flags().String("description", "", "Description of the identity provider.")
29
+
cmd.Flags().String("identity-claim", "", "The JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from Registered Claim Names.")
0 commit comments