You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
Currently, we only pass back the "error_description" parameter to acquireToken callback. We need to pass "error" parameter also as developers should rely on "error" property in their code instead of "error_description".
We do save the error in storage which can be accessed by developer. Though, it is not a good solution, developers can use this to get to the "error" property until we fix this behavior in adal js.
The text was updated successfully, but these errors were encountered:
Currently, we only pass back the "error_description" parameter to acquireToken callback. We need to pass "error" parameter also as developers should rely on "error" property in their code instead of "error_description".
We do save the error in storage which can be accessed by developer. Though, it is not a good solution, developers can use this to get to the "error" property until we fix this behavior in adal js.
The text was updated successfully, but these errors were encountered: