ITfoxtec / ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect

ITfoxtec Identity for Blazor WebAssembly add support for OpenID Connect with PKCE.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Are there any plans to release samples/ documentation for Blazor Server on .net6? #19

Closed dan508 closed 2 years ago

dan508 commented 2 years ago

I'm trying to understand SAML authentication so that I can include it in my Blazor projects. some of these projects are going to be Blazor server, so a sample or documentation would be great. I'll be using a third part IDP, so only the SP side would be required.

Revsgaard commented 2 years ago

There are not plans in this component.

You can use the https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2 component in the .NET backend and let .NET handle the session. There is an Angular sample.