Open
Description
Is your feature request related to a problem? Please describe.
I spent a day and a half trying to get this library working with Azure B2C. The problem is that i only needed an id token but not the access token. To my surprise there is a config value requestAccessToken
set to default true
. And if i only have setup everything to return only id token, then the code will not work. Because of this code in the tryLoginImplicitFlow method
:
Describe the solution you'd like
Either document the property in the README.md or add an example to get only id token..