Using MicrosoftGraphProvider with Identity and v8.4

I was able to successfully integrate the Graph API with previous versions of SS with some slight modifications to the jwt provider. However with the new Identity driven model I have no idea where to even start. Can you provide any guidance on this process?

You should refer to Microsoft’s Auth docs for Identity Auth configuration, e.g. Microsoft Account external login setup

There’s an example of AddMicrosoftAccount() in our MVC template:

1 Like

Is this still applicable to Blazor as well?

Yeah all ASP .NET Core projects would use the same way to configure Microsoft Identity Auth, I’ve found a post which uses it to configure a Blazor App at:

1 Like