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
The redirect_uri parameter for Tanzu Hub is not configured correctly in your identity provider
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.