open-vault/website/content/docs/auth/jwt/oidc-providers/index.mdx
Ashlee M Boyer f3df55ad58
docs: Migrate link formats (#18696)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* Updating docs-content-check-legacy-links-format hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 16:12:15 -08:00

27 lines
1.2 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](/vault/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](/vault/docs/auth/jwt/oidc-providers/auth0)
- [Azure AD](/vault/docs/auth/jwt/oidc-providers/azuread)
- [ForgeRock](/vault/docs/auth/jwt/oidc-providers/forgerock)
- [Gitlab](/vault/docs/auth/jwt/oidc-providers/gitlab)
- [Google](/vault/docs/auth/jwt/oidc-providers/google)
- [Keycloak](/vault/docs/auth/jwt/oidc-providers/keycloak)
- [Kubernetes](/vault/docs/auth/jwt/oidc-providers/kubernetes)
- [Okta](/vault/docs/auth/jwt/oidc-providers/okta)
- [SecureAuth](/vault/docs/auth/jwt/oidc-providers/secureauth)