Thomas Norling
Thomas Norling
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
Adds POP params in request types to allow acquisition of POP tokens from MSAL Runtime brokered flows
Changes to the broker model make the isBroker flag unnecessary, removing.
Refactors the `BaseClient` class into standalone functions in `protocol/Token` to move the token leg implementation closer to the new pattern implemented for the authorize leg some time ago. This is...
- Removes PublicClientNext as it's no longer used for NAA use cases (use createNestablePublicClientApplication instead) - Removes UrlString, StringUtils, AccountEntity, AccountEntityUtils from browser exports as these are internal - Updates...
This pull request introduces enhancements to the authentication flow to support fallback from Encrypted Authorize Response (EAR) to standard authorization code flow, working around lack of support for symmetric EAR...