mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-25 16:18:05 -04:00
13 lines
398 B
Text
13 lines
398 B
Text
---
|
|
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".
|