We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42426c5 + 46c5a91 commit e096eceCopy full SHA for e096ece
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
@@ -71,6 +71,7 @@ public static IAuthenticationProvider GetAuthProvider(IAuthContext authContext)
71
.Create(authContext.ClientId)
72
.WithTenantId(authContext.TenantId)
73
.WithAuthority(authorityUrl)
74
+ .WithClientCapabilities(new[] { "cp1" })
75
.Build();
76
77
ConfigureTokenCache(publicClientApp.UserTokenCache, authContext);
0 commit comments