FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers

Home Page:https://commerce.nearform.com/open-source/react-native-app-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is MSAL Supported

Wahsner opened this issue · comments

commented

Hello,

Does this package support MSAL? My understanding is you need to specify the authority however I cannot see from the documentation a way of specifying it unless it is known as a different prop.

I am aware of react-native-msal. However it has been archived and be awesome if this package supported it

Thank you

commented

Is it possible to do MSAL without the above workaround with this package?

MSAL is an authentication library provided by Microsoft, not an authentication service. This library does support Microsoft OIDC implementations and OAuth2.0 using the settings and example from the readme. There is no workaround needed.