diff --git a/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs b/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs index 0d3eb662b18..1a5d80ca604 100644 --- a/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs +++ b/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs @@ -71,6 +71,7 @@ public static IAuthenticationProvider GetAuthProvider(IAuthContext authContext) .Create(authContext.ClientId) .WithTenantId(authContext.TenantId) .WithAuthority(authorityUrl) + .WithClientCapabilities(new[] { "cp1" }) .Build(); ConfigureTokenCache(publicClientApp.UserTokenCache, authContext);