From b8c2e46b69bea413dddfe3639fbd868fa7db930a Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 11 Aug 2023 15:59:28 +0100 Subject: [PATCH] Remove Token Endpoint Auth Method from configuration steps (#464) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 833123e4..e1f8551e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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.