OIDC is a standard for authentication and authorization that allows you to authenticate users with an external identity provider.
v1.0.201
and
later.Create a new OIDC application in your identity provider
Login redirect URLs
.http://localhost:3000/auth/oidc-callback
./auth/oidc-callback
.https://my-odigos-ui.com
, the redirect URL should be https://my-odigos-ui.com/auth/oidc-callback
.Set OIDC variables
odigos-config
ConfigMap. The values can be obtained from the identity provider, after creating the OIDC application.odigos config set
command.Set UI remote URL (optional)
https://my-odigos-ui.com
), you should set the value in the odigos-config
ConfigMap.odigos config set
command.