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
Repro steps:
Run a web app and web API without setting the LegacyCacheCompatibilityEnabled property in appsettings.json.
Expected
ADAL cache compatibility should be disabled by default
Actual
It's enabled
Analysis:
A regression was introduced with the multi-scheme work where the LegacyCacheCompatibilityEnabled value was taken from the ConfidentialClientApplicationOptions (default true), instead of the MicrosoftIdentityOptions (default false).
The text was updated successfully, but these errors were encountered:
Repro steps:
Run a web app and web API without setting the
LegacyCacheCompatibilityEnabled
property in appsettings.json.Expected
ADAL cache compatibility should be disabled by default
Actual
It's enabled
Analysis:
A regression was introduced with the multi-scheme work where the
LegacyCacheCompatibilityEnabled
value was taken from theConfidentialClientApplicationOptions
(default true), instead of theMicrosoftIdentityOptions
(default false).The text was updated successfully, but these errors were encountered: