Closed sandipbhavsar closed 4 years ago
@sandipbhavsar Please provide any error or logs you are seeing when this issue happens as well as your app's auth code snippets. Here is a sample showing how to acquire tokens and you can also refer the code snippet here for the pattern to get and renew tokens. The acquireToken method silently renews the tokens if there is a valid session.
Browser:
Library Name
Library version
Library version: 1.0.17
Current behavior
I am not getting renew token when I call
adalService.acquireToken(clientId)
. the systems gets hang. I am using adal-angular npm package. It will be good if somebody can share code