MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
274 stars 246 forks source link

Can I use this package with Microsoft Entra External IDs? #529

Closed robertmrobo closed 2 months ago

MaikuB commented 2 months ago

In general, if an identity provider supports OAuth then you should be able to use this plugin. This is a general plugin to support apps leveraging OAuth so you should verify yourself on it it'll work for your use cases. There are times identity providers do not adhere to the specs or have other additional requirements so this another reason why you should verify this. For what it's worth, I've already used this with Azure B2C and Azure Active Directory (now called Microsoft Entra ID)