Skip to content

1.6.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 12 Feb 19:29
· 1040 commits to master since this release
cbfa556

1.6.0

New Features:

Microsoft Identity Web templates now include a project template for Azure Functions. See issue #899 for details.

gRPC templates now include calling graph and downstream APIs. See issue #900 for details.

Microsoft Identity Web now exposes an AuthorizationFilter attribute to express accepted scopes on controllers, actions, or pages. See issue #849 for details.

When using the delegate override of .EnableTokenAcquisitionToCallDownstreamApi, you don't need to repeat the properties present in the Microsoft Identity Options ex. Instance, TenantId, ClientId, etc.... See issue #742 for details.

Microsoft Identity Web now exposes the DefaultCertificateLoader, which would be used when loading a certificate from a daemon application, or an ASP NET application, using MSAL .NET directly. See issue #952 for details.

Bug Fixes:

Microsoft Identity Web now supports token decryption certificates rotation. See issue #905 for details.

Microsoft Identity Web now allows the AuthorizeForScopeAttribute to specify an alternate AuthenticationScheme. See issue #870 for details.