Blazor Server Application - Integrated SAML2

hydeinthesky 11 Reputation points
2021-06-03T08:11:19.55+00:00

Good Day Everyone

at our company we have a SSO provider which is in SAML2, we have integrated this on ASP.NET Webforms and ASP.NET MVC 5 projects, but we haven't tried to integrate it on Blazor Server Application as we are starting to develop our first Blazor Application. I saw a tutorial for a basic Login page for Blazor, but for external authentication, there is facebook, google etc. but I can't find a sample for SAML2.

Does anyone here has successfully integrated SAML2 to there Blazor Server Application? if yes can you teach me how, if you have also successfully integrated SAML2 to your Blazor Web Assembly application, it will be good to share it also here.

Thanks and regards.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,395 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tony 1 Reputation point
    2021-09-02T00:32:16.037+00:00

    Blazor Server using Azure AD and SAML to authenticate users using Single Sign On (SSO) - Blog post to follow
    https://github.com/425show/BlazorServerAuthWithSAML

    Christos Matskas on Twitter: "Ask and you shall get. @Learn .NET Blazor Server using Azure AD and SAML to authenticate users using Single Sign On (SSO) - Blog post to follow https://t.co/ZKJdmRWTi9 #blazor #aspnet #dotnet #security #microsoftIdentity https://t.co/Tb5fj2ppG8 " / Twitter

    0 comments No comments

  2. Achal Parikh 1 Reputation point
    2022-01-20T09:01:35.443+00:00

    @Tony can you provide a document for the setup

    0 comments No comments