MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Feature Request: Initiate login for specific audience #327

Closed SupratikRulz closed 2 years ago

SupratikRulz commented 2 years ago

The AuthorizationTokenRequest should take the audience parameter through which we can send audience value for getting token for that particular audience.

MaikuB commented 2 years ago

The additionalParameters property exists in various classes to allow for specifying other values. Have you looked at doing so? I've done a series of posts on the Auth0 blog and one of them demonstrates this https://auth0.com/blog/build-flutter-wishlist-app-with-secure-api-part-3/

MaikuB commented 2 years ago

Closing due to lack of response and have shown that it's possible to specify the audience