Maui went GA today. What is the anticipated time frame for SDK development? We are trying to hold of switching our clients to another provider so this is very important. We already have multiple Maui apps ready for testing.
Hi Konrad,
This is also critical for our mobile strategy that rely on Maui. Do you have any visibility for this support, is it in your roadmap priorities, or should we switch to an other IDP for these mobile targets ?
Thanks for any informations !
Hi Konrad, any news for supporting Maui apps in auth0 ?
I’m wondering why it’s so long to implement such a feature ? .Net 6 is not on your roadmap ?
Still waiting…
Sorry everyone for delayed response but I was out of office. Unfortunately still no news on that front. As soon as I know something I will make sure to relay it here!
Keep in mind though that the framework is not so stable yet and I expect many improvements (and official Microsoft documentation) in the next few months. So please take it as a preliminary work that hopefully will evolve with MAUI evolution.
Have a good read!
I am not yet completely satisfied with the proposed solution and sat down a bit. I would like to keep everything simple and the same so I tried to link the blog post with a combination of another idea and it works fine.
I’m sharing the link to the other solution here and happy to share the knowledge.
Here you can combine CascadingAuthenticationState with the Auth0 Solution. Im not a 100% pro so please be aware of some security issues! But i think Microsoft will do it better then me - so feel free to try it out.
Hey @AllDayCare,
Thank you for your feedback and for sharing your blog post.
Just to clarify for the readers: my blog post is about a fully native approach, while yours uses a hybrid approach based on BlazorWebView.
Of course, the hybrid approach leverages more mature support for authorization provided by Blazor.
Any chance someone could provide a variation to the Maui native for us Blazor Maui users? Also we really need an example with a working ASP.NET Core API. I was not able to understand our to combine @AllDayCare example with @andrea.chiarelli example.
I can’t believe it is this freaking hard to become an Auth0 customer , no working code, no need to be a customer.
Hey @LuckyWolf19, I’d like to provide more examples about .NET MAUI as my little contribution. However, the framework’s stability is still in progress (like my learning abilities )
I hope to focus on the topic again as soon as possible. Please, be patient
Hey Andrea. Love your articles on Auth…thank you. I have a project that uses a razor class library that lets me re-use those components for Blazor Server, Wasm and now Maui Blazor hybrid. I have auth working with Blazor Server (thanks to you), WASM (thanks to you), the related API (thanks to you), but I have just stalled on the Maui Blazor hybrid. I know you did an Auth article for Native Maui. Do you have any plans for a Maui Blazor hybrid article?