-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Current Limitation
During the authentication flow, the application triggers multiple network calls to external endpoints such as:
- https://api.asgardeo.io/t/{tenant}/scim2/Schemas
- https://api.asgardeo.io/t/{tenant}/api/users/v1/me/organizations?limit=10&recursive=false
- https://api.asgardeo.io/t/{tenant}/scim2/Me
These calls are executed automatically as part of the authentication/initialization process, even when the application does not require this data.
Suggested Improvement
Suggested Improvement:
Introduce a configurable option to allow developers to disable these additional network calls during authentication.
Please select the package issue is related to
@asgardeo/javascript
Version
0.14.2
Reporter Checklist
- I have searched the existing issues and this is not a duplicate.
- I have provided all the necessary information.
- I have verified the improvement is not available in the latest version of the package.
Reactions are currently unavailable