且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

AD FS和窗体身份验证

更新时间:2022-12-06 12:28:42

本教程介绍如何使用可以与ADFS code的只有几十行身份验证。

This tutorial shows how you can authenticate using ADFS with only a few dozen lines of code.

http://www.wiktorzychla.com/2014/11/simplest-saml11-federated-authentication.html

请注意的确切时刻SAML令牌验证和接受。在我的教程我发出的声明身份,但你可以轻松地把你的表单的身份出现。

Note the exact moment the SAML token is validated and accepted. In my tutorial I issue the claims identity but you can easily put your forms identity there.

这是因为消费主张/ SAML令牌是完全独立的,你以后怎么建立一个本地会话。

This is because consuming claim/saml token is completely independent of how you later establish a local session.