Blazor Auth0 Embedded Login Example

Hi,

I’m new to Auth0 and OAuth in general. I’ve just started working on an application in Blazor, and I’ve successfully used the instructions from this page to authenticate the application using Universal Login (and Username-Password-Authentication).

I understand that Universal Login is very much recommended and preferred, however, for this application, I have to do it as an Embedded Login. I was checking out the API documentation here, but I haven’t managed to figure out how to implement this in a Blazor Serverside Application. Is there some place where I can find a tutorial or sample code that I can refer to use in my application as well?

Thanks,
Rajkishan