user2724058
user2724058

Reputation: 338

Microsoft OWIN Security oAuth Single Sign On ADFS

There are to things that I want to understand

  1. Does Microsoft OWIN Security oAuth is completely built in on the oAuth 2.0 RFC.

  2. I need a complete sample code that have client to Single Sing on ADFS using OWIN oAuth. What will the architecture for this Single Sing on

Many Thanks IK

Upvotes: 1

Views: 1189

Answers (1)

Tom Tregenna
Tom Tregenna

Reputation: 1311

1) OWIN is based on RFCs 6749 and 6750 (oAuth 2.0 and Bearer Tokens), and whilst I can't say for certain that it's 100% compliant in every respect, that does certainly appear to be the goal, there's an interesting discussion on similar matters on the Katana forum here.

2) Have a look at this, it's the Azure AD Git sample for WSFederation, recently mentioned in Vittorio Bertocci's Cloud Identity blog here.

Upvotes: 1

Related Questions