Configure Mission Control to use OpenID Connect (OIDC) for authentication

Mission Control can use the OpenID Connect (OIDC) or Lightweight Directory Access Protocol (LDAP) protocols for authentication. This topic explains how to configure the OIDC setup. See Configure Mission Control to use LDAP for the other supported authentication protocol.

Prerequisites

Configure Mission Control to use OIDC for authentication

To configure Mission Control to use OIDC for authentication, follow the steps for your installation type.

Enable OIDC for a KOTS installation

  1. Access the KOTS admin console.

  2. Edit the Mission Control configuration and enable the OIDC connector.

  3. Complete the Authentication and Connector sections by providing your environment’s OIDC settings.

    When you use Ingress to access Mission Control, you must configure the baseUrl in the Authentication section to match your Ingress hostname. For example, https://mission-control.example.com. This is required for OIDC authentication to function correctly.

    See the Dex OIDC connector documentation for available fields and their descriptions.

  4. Deploy the new configuration.

  5. Navigate to the Mission Control UI, and then click Sign in with OpenID Connect to test the connection.

  6. Optional: Remove the admin user in the Mission Control configuration to remove the Sign in with Email option.

Enable OIDC for a Helm installation

  1. Configure the OIDC connector in your values.yaml file under the dex section:

    dex:
      config:
        connectors:
          - type: oidc
            id: oidc
            name: OpenID Connect
            config:
              # Add your OIDC configuration here

    See the Dex OIDC connector documentation for available fields and their descriptions.

  2. Apply the updated configuration:

    helm upgrade mission-control ./mission-control -f values.yaml
  3. Navigate to the Mission Control UI, and then click Sign in with OpenID Connect to test the connection.

  4. Optional: Remove the admin user in the Mission Control configuration to remove the Sign in with Email option.

Was this helpful?

Give Feedback

How can we improve the documentation?

© Copyright IBM Corporation 2026 | Privacy policy | Terms of use Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: Contact IBM