From f88fa2c9ced295090e27099f3dad817cb9104cc5 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Pinto <67662041+simplecod3r@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:11:58 -0300 Subject: [PATCH] Update README.md update login Callback url --- mvc-login/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mvc-login/README.md b/mvc-login/README.md index dea4074..2a7f471 100644 --- a/mvc-login/README.md +++ b/mvc-login/README.md @@ -14,7 +14,7 @@ This sample demonstrates: ### Auth0 Dashboard 1. On the [Auth0 Dashboard](https://manage.auth0.com/#/clients) create a new Application of type **Regular Web Application**. -1. On the **Settings** tab of your application, add the URL `http://localhost:3000/login/oauth2/code/auth0` to the **Allowed Callback URLs** field. +1. On the **Settings** tab of your application, add the URL `http://localhost:3000/login/oauth2/code/okta` to the **Allowed Callback URLs** field. 1. On the **Settings** tab of your application, add the URL `http://localhost:3000/` to the **Allowed Logout URLs** field. 1. Save the changes to your application settings. Don't close this page; you'll need some of the settings when configuring the application below. @@ -104,4 +104,4 @@ If you have found a bug or if you have a feature request, please report them at ## License -This project is licensed under the MIT license. See the [LICENSE](../LICENSE) file for more info. \ No newline at end of file +This project is licensed under the MIT license. See the [LICENSE](../LICENSE) file for more info.