Implement SAML SSO for Azure in C# app

Paul R 1 Reputation point
2022-11-07T15:01:57.077+00:00

Hi,

I have a c# desktop application that I want to use SSO SAML for Azure for authentication.
I can't find much documentation for this, I mean there is TONS of azure documentation but not for my situation.

Note: I already have it working for OKTA and DUO.

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,059 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. James Hamil 24,921 Reputation points Microsoft Employee
    2022-11-07T22:02:26.563+00:00

    Hi @Paul R , you should be looking at "On-Behalf-Of flow" with a sample here. This should work for your use case. Please let me know if it doesn't or if you have any questions.

    Thank you,
    James


  2. Nguyen Tuan 0 Reputation points
    2024-09-29T12:43:00.6333333+00:00

    Dear James,

    It worked for me but my application is web application, can I open Microsoft login process in the same tab without open new tab ?

    Thanks,
    Tuan Nguyen.

    0 comments No comments

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.