AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Support a silent renew link for using in the renew Iframe #743

Closed Wozbo closed 6 years ago

Wozbo commented 6 years ago

When renewing a token, the site should support a separate renew URL. This allows us to not have to reload an angular application/ do other processing logic and have a lightweight renewal page.

rohitnarula7176 commented 6 years ago

@Wozbo You can do that by specifying a separate redirectUrl to just receive the tokens.

rohitnarula7176 commented 6 years ago

@Wozbo Closing this issue due to lack of response. Please reopen if it is not resolved for you.