From c2b72d87a21fa79d69a9669a5e200831144c44df Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 11 Aug 2023 16:01:18 +0100 Subject: [PATCH] Remove Token Endpoint Auth Method from configuration steps (#1122) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 29742934e..452fefafa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Create a **Single Page Application** in the [Auth0 Dashboard](https://manage.aut > **If you're using an existing application**, verify that you have configured the following settings in your Single Page Application: > > - Click on the "Settings" tab of your application's page. -> - Ensure that "Token Endpoint Authentication Method" under "Application Properties" is set to "None" > - Scroll down and click on the "Show Advanced Settings" link. > - Under "Advanced Settings", click on the "OAuth" tab. > - Ensure that "JsonWebToken Signature Algorithm" is set to `RS256` and that "OIDC Conformant" is enabled.