Skip to content

0.4.0 preview

Jenny Ferries edited this page Sep 22, 2020 · 2 revisions

How to migrate from 0.3.x

The public API surface does not have breaking changes in 0.4.0-preview, however, based on your feedback, the AddMicrosoftGraph method has moved to it's own package: Microsoft.Identity.Web.MicrosoftGraph.

This is to:

  • avoid having Microsoft.Identity.Web referencing the Graph SDK directly,
  • therefore enabling you to choose between Microsoft.Graph and Microsoft.Graph.Beta which is needed in some scenarios.

Getting started with Microsoft Identity Web

Token cache serialization

Web apps

Web APIs

Daemon scenario

Advanced topics

FAQ

News

Contribute

Other resources

Clone this wiki locally