Thank you very much in advance.
I want to implement a SignIn/Login page (in my site not in Azure) in a Blazor Server App that connects with a .Net Core API which in turn connects with an Azure Active Directory B2C.
The Blazor App should send the credentials (email and password) to a .Net Core Api and this one should send the credentials to Azure Active Directory and this one should sign in the user and return a token with the claims.
I'm a little bit lost because there are a lot of different Microsoft Learn with similar topics but I'm not really sure which blog/doc is the right one for my use case, it would be really great if someone pointed me in the right direction.
Thank you again.