Single Sign On (SSO) support

Kloudfuse platform can integrate with your existing identity providers. Please review the steps as per the scenario which applies.

  • For standalone user related configuration, please see here.

  • For integrating with Google Auth, please see here.

  • For integrating with OKTA, please see here.

Customize Sign in page

To customize sign in message, follow these steps:

  1. edit your custom-values.yaml, add required customizations (see OAuth Proxy docs for available options) under the extraArgs section and run the helm upgrade command:

kfuse-auth: oauth2-proxy: config: ... extraArgs: provider-display-name: "Customer Provider" custom-sign-in-logo: "https://framerusercontent.com/images/1JKfsQjCthSQEaxzteDKpRprZM.png"

 

Current Defaults for sign in page:

extraArgs: # provider-display-name: default based on provider used footer: "-" # No footer custom-sign-in-logo: "-" # No Logo
  1. Restart kfuse-auth deployment for changes to take effect. For example, above changes will update the banner as shown below.

# Connect to kfuse cluster and kfuse namespace. kubectl rollout restart deployment kfuse-auth
signin-custom.png
Custom Signin Page