Skip to content

Document requestAccessToken property #1134

Open
@tomatualus

Description

@tomatualus

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:

image

Describe the solution you'd like
Either document the property in the README.md or add an example to get only id token..

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsIssues that involve improving or adding documentation.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions