<@U06RKAMK0UC> can I setup authentication on Flyte...
# ask-ai
s
@ancient-wolf-19325 can I setup authentication on Flyte?
j
Yes, Flyte supports authentication via OAuth2 and OpenID Connect (OIDC) with popular identity providers like Google, Okta, Microsoft Entra ID, and Keycloak. You can enable authentication by configuring the
auth
section in your Flyte deployment's Helm values file, specifying your IdP's client ID, client secret, and relevant endpoints. Flyte supports multiple flows, including PKCE (default for browser-based), Client Credentials (for system-to-system), and Device Code (for headless devices) authentication. After setup, all Flyte UI and CLI interactions will require login via your IdP, enforcing your organization's security policies. For step-by-step configuration examples, see the official documentation for your chosen IdP and the Flyte Helm chart values structure. For more details on supported flows, client configuration, and IdP-specific setup, refer to the following documentation: - Configuring Authentication in Flyte - Configuring your IdP for OIDC Would you like a step-by-step guide for a specific IdP or authentication flow? Sources: - Configuring your IdP for OIDC 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.