Redirect URI Error After Configuring OIDC Identity Provider For Tanzu Hub
search cancel

Redirect URI Error After Configuring OIDC Identity Provider For Tanzu Hub

book

Article ID: 439133

calendar_today

Updated On:

Products

VMware Tanzu Platform - Hub

Issue/Introduction

After configuring OIDC for Tanzu Hub, you get a redirect URI error when trying to login. The specific error message might be different between different identity providers, but it may look similar to the following:

The 'redirect_uri' parameter must be a Login redirect URI in the client app settings

Cause

The redirect_uri parameter for Tanzu Hub is not configured correctly in your identity provider

Resolution

The redirect_uri should be https://<HUB_FQDN>/auth/login/callback/<PROVIDER>

HUB_FQDN is the domain name pointing to your Tanzu Hub installation.

PROVIDER is the name of the provider you configured in the Tanzu Hub identity provider settings.

Refer to your identity provider documentation for how to update the redirect_uri.