AuthenticationFlow
AuthenticationFlow indicates the authentication method used or required.
All Variants
<AuthenticationFlow method="OAuth2" />
<AuthenticationFlow method="SAML" />
<AuthenticationFlow method="mTLS" />
<AuthenticationFlow method="APIKey" />
<AuthenticationFlow method="JWT" />
<AuthenticationFlow method="OIDC" />
<AuthenticationFlow method="Basic" />
OAuth2SAMLmTLSAPIKeyJWTOIDCBasic
Props
| Prop | Type | Default | Description |
|---|---|---|---|
method | 'OAuth2' | 'SAML' | 'mTLS' | 'APIKey' | 'JWT' | 'OIDC' | 'Basic' | — | Authentication method |
icon | ReactNode | — | Optional icon |
Related Components
- mTLSStatus
- AccessLevelBadge