How to implement SAML in asp.net , c#

maxmax 0 Reputation points
2023-08-16T20:42:38.49+00:00

Hello,

I want SAML 2.0 implementation in asp.net application, Is there anyway I can do it natively in .net framework 4.5 without using any third party component. Any code snippets or link to any article ?

Thank you

maxmax

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,255 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. QiYou-MSFT 4,306 Reputation points Microsoft Vendor
    2023-08-17T06:36:31.4333333+00:00

    Hi @maxmax

    I think this project is very helpful to you. It has been continuously updated in recent months. You can put this into your program code:

    AspNetSaml

    Best regards,
    Qi You


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. ROLI JAIWAR 0 Reputation points
    2024-02-26T05:32:31.3833333+00:00

    Was looking for adding SAML to my ASP.NET MVC app, found this package on nuget store. This did the job for me. Worth giving a try. https://www.nuget.org/packages/miniOrange.SAML.SSO