Add Auth0 Authentication to Blazor Hybrid Apps in .NET MAUI

The code provided in this article is for .NET 8.0. It has not been tested with .NET 9.0

1 Like

Nevermind, I was missing AddCascadingAuthenticationState().

Cool! Thank you for sharing :slightly_smiling_face:
So this means it’s working in .NET 9 as well, right?

Yes it does as long as you don’t forget the cascading authentication state :slight_smile:

1 Like