jonsaw / amazon-cognito-identity-dart

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
204 stars 93 forks source link

Azure Active Directory? #59

Open bobwiller opened 4 years ago

bobwiller commented 4 years ago

I saw @BerndWessels added the ability to authenticate via Google & Facebook - I assume the same mechanism can be used to use Azure AD, but I am not sure what gets passed as the 'authenticator' parameter - right now I am getting an "Invalid login token. Issuer doesn't match providerName" error.

Thanks, Bob