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

Developer technologies ASP.NET Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. QiYou-MSFT 4,326 Reputation points Microsoft External Staff
    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.

    1 person found this answer helpful.
    0 comments No comments

  2. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-08-17T00:36:43.85+00:00
    0 comments No comments

  3. 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.