github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.11.x/enterprise/auth/oidc/index.md (about)

     1  # Configure an OIDC Auth Provider
     2  
     3  OpenID Connect (OIDC) is an identity layer that extends authorization
     4  capabilities of the OAuth 2.0 security framework with authentication
     5  and single sign-on (SSO). Pachyderm supports authentication providers,
     6  such as [Keycloak](https://www.keycloak.org) and [Okta](https://www.okta.com/)
     7  that work with OIDC.
     8  
     9  Pachyderm designates port `30657` for OIDC connections.
    10  The redirect URL that an OIDC provider uses to forward connections
    11  back to Pachyderm is `http://<ip>:30657/authorization-code/callback`.
    12  
    13  !!! note "See Also"
    14      - [Manage Authentication Configuration](../../auth-config/)