Configure an OIDC Auth Provider¶
OpenID Connect (OIDC) is an identity layer that extends authorization capabilities of the OAuth 2.0 security framework with authentication and single sign-on (SSO). Pachyderm supports authentication providers, such as Keycloak and Okta that work with OIDC.
Pachyderm designates port 30657
for OIDC connections. The redirect URL that an OIDC provider uses to forward connections back to Pachyderm is http://<ip>:30657/authorization-code/callback
.
See Also
Last update: January 5, 2021
Does this page need fixing? Edit me on GitHub