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
Per the Java auth implementation here, Java is not inheriting from their challenge auth policy in core because the cache in that policy only holds AAD access tokens.
Investigate whether the challenge-based auth policy in core can be extended to accomodate the ACR refresh token as well
Depending on the outcome of the investigation, reimplement the .NET ACR auth policy to cache the ACR refresh token as well.
The text was updated successfully, but these errors were encountered:
Per the Java auth implementation here, Java is not inheriting from their challenge auth policy in core because the cache in that policy only holds AAD access tokens.
The text was updated successfully, but these errors were encountered: