microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

WithUserAssertion ignores TID set on a JWT payload #28

Closed peombwa closed 5 years ago

peombwa commented 5 years ago

When using .WithUserAssertion with OBO provider, the tid is ignored when storing an access token.

peombwa commented 5 years ago

This has been fixed as part of Microsoft.Graph.Auth 0.1.0-preview.2 release.