survirtual / vue-adal

Vue plugin for using Azure Active Directory
108 stars 29 forks source link

How to get the access_token instead of id_token #15

Closed binobose closed 6 years ago

binobose commented 6 years ago

Currently I am getting the id_token in the querystring as response if I am redirecting to a URL. How can I change it to access_token. Please advise.

survirtual commented 6 years ago

You use the ID token to get an Access Token, as seen in #2 and the examples.

survirtual commented 6 years ago

Duplicate of #2