MaikuB / flutter_appauth

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

FlutterAppAuth.token fails on id token with no iss #376

Closed spekary closed 2 years ago

spekary commented 2 years ago

I am receiving an exception when FlutterAppAuth.token receives back an id_token that does not have an "iss" field. The error states that it could not parse the id token because it is missing "iss". The specification says that "iss" is optional.

Prasannavenkatesh1 commented 1 year ago

same issue