open-vault/website/content/docs/auth/jwt/oidc-providers/index.mdx
David Fleming f08143cec8
Fix Link: OIDC Provider Config - Okta (#16607)
Okta was pointing at /docs/auth/jwt/oidc-providers/kubernetes.  Updated to point at /docs/auth/jwt/oidc-providers/okta
2022-08-05 12:40:03 -04:00

27 lines
1.1 KiB
Plaintext

---
layout: docs
page_title: OIDC Provider Setup - Auth Methods
description: OIDC provider configuration quick starts
---
# OIDC Provider Configuration
This page collects high-level setup steps on how to configure an OIDC
application for various providers. For more general usage and operation
information, see the [Vault JWT/OIDC method documentation](/docs/auth/jwt).
OIDC providers are often highly configurable, and you should become familiar with
their recommended settings and best practices. The guides listed below are
largely community-driven and intended to help you get started. Corrections
and additions may be submitted via the [Vault Github repository](https://github.com/hashicorp/vault).
- [Auth0](/docs/auth/jwt/oidc-providers/auth0)
- [Azure AD](/docs/auth/jwt/oidc-providers/azuread)
- [ForgeRock](/docs/auth/jwt/oidc-providers/forgerock)
- [Gitlab](/docs/auth/jwt/oidc-providers/gitlab)
- [Google](/docs/auth/jwt/oidc-providers/google)
- [Keycloak](/docs/auth/jwt/oidc-providers/keycloak)
- [Kubernetes](/docs/auth/jwt/oidc-providers/kubernetes)
- [Okta](/docs/auth/jwt/oidc-providers/okta)
- [SecureAuth](/docs/auth/jwt/oidc-providers/secureauth)