mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-22 03:01:10 +01:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
---
|
|
layout: docs
|
|
page_title: OIDC Provider Setup - Auth Methods - Auth0
|
|
description: OIDC provider configuration for Auth0
|
|
---
|
|
|
|
## Auth0
|
|
|
|
1. Select Create Application (Regular Web App).
|
|
1. Configure Allowed Callback URLs.
|
|
1. Copy client ID and secret.
|
|
1. If you see Vault errors involving signature, check the application's Advanced > OAuth settings
|
|
and verify that signing algorithm is "RS256".
|