diff --git a/samples/asgardeo-react-app/src/config.json b/samples/asgardeo-react-app/src/config.json index db1255e..0f07951 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"] }