Skip to content

Commit e096ece

Browse files
authored
Merge pull request #517 from microsoftgraph/features/CAE
Add CAE Support
2 parents 42426c5 + 46c5a91 commit e096ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static IAuthenticationProvider GetAuthProvider(IAuthContext authContext)
7171
.Create(authContext.ClientId)
7272
.WithTenantId(authContext.TenantId)
7373
.WithAuthority(authorityUrl)
74+
.WithClientCapabilities(new[] { "cp1" })
7475
.Build();
7576

7677
ConfigureTokenCache(publicClientApp.UserTokenCache, authContext);

0 commit comments

Comments
 (0)