msal-reactive
Reactive icon

MSAL Reactive

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded
 on 6 Aug (2 days ago)
 by 
5.0
 (1 rating)
msal-reactive

MSAL Reactive

Details
Implements the MSAL Javascript library in OutSystems, allowing you to authenticate and obtain Microsoft JWTs for your users.
Read more

So, you want to implement MSAL authentication in your Reactive app?

This plugin implements Microsoft's MSAL JavaScript library. I'm assuming you're here because you've already read their documentation and understand how to configure Azure AD authentication for your organization and are simply looking for an existing OutSystems wrapper to implement it.

Release notes (1.1.0)

Updated the included MSAL.js libraries to:

  • msal-browser: 4.18.0
  • msal-common: 15.9.0

This includes no breaking changes as your existing code will continue to work as-is. However, the underlying MSAL object is now a NestablePublicClientApplication, which means it will work better when using PreviewInDevices when testing mobile apps - you won't get a warning in the console anymore because NestablePublicClientApplication supports embedded iframes. 

The SignOut action now tries to open a popup allowing you to select which account you want to sign out of if it's ambiguous. Sometimes you can run into a situation where your browser thinks there is already a pending interaction and will not want to open the popup; SignOut tries to detect if this happens (or if there are any other problems opening the popup) and will fall back on a standard redirect.

License (1.1.0)
Reviews (0)
Team
Other assets in this category