-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Feature Summary
Load msal_config.json file dynamically.
Detailed Description
The current library only supports loading the msal_config.json file from the assets. This means that any minor changes to the default MSAL configuration require a new build. It would be greatly beneficial if the library offered a way to inject the entire MSAL configuration as a string obtained from API calls.
Platforms Affected
Android, iOS, web
Use Case
No response
Proposed API (if applicable)
AndroidConfig(
// msalConfigJson: [],
redirectUri: redirectUri,
);
Alternatives Considered
No response
Additional Context
No response
FrankFromSmartMan
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request