I have a .NET Core 6 Blazor Wasm ASP.NET Core hosted, with a client (Wasm) project and server project (API).
I need to implement a SAML2 authentication and I can't find official documentation about it or examples on the internet to configure server and client (Wasm) applications with this method.
I've been trying with Sustainsys.Saml2.AspNetCore2, but I can't make it work, I don't know what the flow for this Blazor Wasm hosted app should be.
For testing purposes I'm using Mock SAML https://mocksaml.com/ IDP.
Is it feasible to do it? If not, what would be the alternatives?
Thank you