vault/website/content/docs/auth/jwt/oidc-providers/auth0.mdx
Yoko Hyakuna af3419940c
[DOCS] Fix page heading (#24835)
* Fix the page header

* Fix the grammar pinted out by PR-1952
2024-01-12 08:03:46 -08:00

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".