nodriver-ai / flutter_azure_b2c

A flutter library to handle the Azure B2C authentication protocol.
MIT License
7 stars 19 forks source link

getSubjects returning empty list #14

Closed gangadharashettypj closed 1 year ago

gangadharashettypj commented 2 years ago

Hi, I was trying to integrate with Flutter Web. I faced 2 issues.

  1. I want to set response_mode along with redirect_uri this helps getting idToken as a query parameter
  2. When I do getSubjects() I am getting empty list.

Can you please help me fixing these issues?