adal-ts icon indicating copy to clipboard operation
adal-ts copied to clipboard

Replace the method getToken() with two methods getIdToken() and getAccessToken().

Open marekdano opened this issue 7 years ago • 3 comments

Create two methods getIdToken() and getAccessToken() instead of having the method getToken().

marekdano avatar May 16 '17 11:05 marekdano

Or is there another way we should get the access token? Would we have to use the /token endpoint? In that case it should be properly documented and supported. The main reason people use this library is to consume other apis, and to do that, they need to obtain access tokens.

fela98 avatar May 20 '17 07:05 fela98

Any news on this? The library is pretty useless without the ability to obtain an access token for other apis.

cwdata avatar Sep 08 '17 09:09 cwdata

There's a commit on this: here Although, I'm still trying to figure it out.

evnexus avatar Nov 28 '17 09:11 evnexus