SUSE Support

Here When You Need Us

How to integrate NeuVector and Keycloak using OIDC

This document (000021278) is provided subject to the disclaimer at the end of this document.

Environment

NeuVector version 5.2.2-s1 - Helm chart version 2.6.4
Keycloak version 16.1.1 - Helm chart version 17.0.3
 

Situation

This document will demonstrate how to configure Keycloak using OIDC to integrate it with NeuVector. Keycloak will act as an Identity Provider (IDP) to secure applications and services by managing user identities and controlling their access. In this scenario, Keycloak will authenticate users to access the NeuVector UI.

Resolution

Prerequisites

  • Install NeuVector in your Kubernetes cluster.
  • You must have a Keycloak IdP Server configured.
  • Certificate signed by a trusted Certificate Authority.

Keycloak Configuration

1- Create a new Realm

In Keycloak, create a new Realm by moving the cursor over Master on the top left menu and clicking Add realm.
  • Choose a name
  • Enable ON
  • Click the Create button
After creating the new realm, you will see that the name on the top left menu will change from Master to the name you choose in the realm creation if you don't, switch to the realm you just created.

2- Create a new OIDC client

Select Clients on the left menu and click the Create button on the right side of the window. Configure with the settings below.
  • The Client ID is a name that will be used in the NeuVector configuration.
  • Client Protocol = openid-connect
  • Root URL = NeuVector OpenID Connect Redirect URI
    • Access NeuVector UI and go to Settings > OpenID Connect Settings
    • At the top of the page, you will find the OpenID Connect Redirect URI
    • Click on the button Copy to Clipboard
    • Go back to the Keycloak webpage and paste it into the Root URL field.
  • Save the configuration

3- Client Settings Tab

After saving the configuration, you will be redirected to the client configuration in the Settings tab. Configure with the settings below.
  • Access Type = confidential

4- Client Mappers tab

In the new OIDC client, create Mappers to expose the user's fields. Select Mappers tab and configure with the settings below.
  • Click on the Create button on the right side of the page.
  • Choose a Name for your Mapper.
  • Mapper Type = Group Membership
  • Token Claim Name = groups
  • Full group path = OFF
  • Add to ID token = OFF
  • Add to access token = OFF
  • Add to userinfo = ON
  • Save the configuration

5- Information required to configure NeuVector

Endpoint configuration

  • Select Realm Settings on the left menu.
  • On the Endpoints field, click on OpenID Endpoints Configuration. You will be redirected to another page.
  • Copy the URL in the first line, right after issuer, without quotes.

Client ID

  • Select Clients on the left menu and take note of the Client ID created. Same from step 2.

Secret

  • Select Clients on the left menu and select the Client ID created.
  • Select the Credentials tab.
  • Copy the Secret field.

Configuring Keycloak in NeuVector

OpenID configuration

  • Access the NeuVector UI and select Settings on the left menu.
  • Identity Provider Issuer = Copy the URL from the Keycloak issuer from step 5.
  • Client ID = Copy the Client ID name created in step 2.
  • Client Secret = Copy the Secret collected in step 5.
  • Group Claim = groups
  • Default Role = None
  • Add the groups created inside Keycloak to authorize the users to access the NeuVector UI.
  • Select Enable
  • Submit the configuration
You should see a green pop-up at the NeuVector bottom page showing the message "Server Saved!"
In your next login, you should see a "Login with OpenID" option in the NeuVector UI. Selecting this option will redirect to the Keyclaok webpage to authenticate the user. If the authentication works and the user is part of an authorized group, you will be redirected to the NeuVector UI.

When does Keycloak require SSL?

By default, Keycloak requires SSL for external requests. This means that HTTPS requires a valid certificate and signed by a trusted Certificate Authority. You can use Let's Encrypt, GoDaddy, and many other trusted Certificate Authorities to create, issue, and sign your certificate. Using self-signed certificates or certificates signed by internal certificate authorities is currently not supported. If using self-signed certificates to a certificate signed by a non-trusted CA you should see the following error in the controller pods.
|ERRO|CTL|rest.validateOIDCServer: Failed to discover OpenID Connect endpoints - error=Get "https://xxxxx/.well-known/openid-configuration": x509: certificate signed by unknown authority

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:000021278
  • Creation Date: 22-Dec-2023
  • Modified Date:22-Dec-2023
    • SUSE NeuVector

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.