From d1339d1a87a1c208492b53fc5e762d25b78b792f Mon Sep 17 00:00:00 2001 From: s-vamshi Date: Tue, 29 Oct 2024 10:02:00 +0530 Subject: [PATCH] config changed to enable scim2 requests --- samples/asgardeo-react-app/src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/asgardeo-react-app/src/config.json b/samples/asgardeo-react-app/src/config.json index db1255ef..0f079510 100644 --- a/samples/asgardeo-react-app/src/config.json +++ b/samples/asgardeo-react-app/src/config.json @@ -3,5 +3,5 @@ "baseUrl": "", "signInRedirectURL": "https://localhost:3000", "signOutRedirectURL": "https://localhost:3000", - "scope": ["profile"] + "scope": ["internal_login"] }