Skip to content

Load msal_config.json file dynamically. #103

@mayank4741

Description

@mayank4741

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions