SAML Authentication from a Winforms application

0
We have an application in development that consists of a Winforms front-end and Rest web services on the back end. (All .Net) We also have an identity provider that only supports SAML v2 SP initiated federated access (no OpenID/OAuth). Our problem is that the IDP setup is intended for a web application, not a thick client. We need to: 1. Provide user authentication with our identity provider 2. Protect our Rest web services Can componentpro's SAML package help us implement a solution? Thanks, Jeff
 
asked 5/17/2019 7:57:35 PM
add a comment

1 Answers

0
SAML is used for web apps. For Windows Forms we would recommend using OAuth.
 
answered 5/24/2019 12:30:13 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged winforms saml or ask your own question.