开发者

Implement Windows Identity Foundation on PHP

Need some advice whether Windows Identity Foundation can work with PHP platform or not? I know that WIF is targeted for .NET framework, and 1 开发者_如何转开发of its features is about Single-Sign On kind of feature. What do I need to do in order to include the WIF's features to PHP client domain sites?


Windows Identity Foundation (WIF) provides single sign-on capabilities through the SAML protocol, which is an open standard. So to implement WIF functionality in PHP, you just need to use one of the SAML PHP libraries.

There are several out there, but SimpleSAML is probably the most robust, and I was able to make it work for a PHP application that accepted claims from an AD FS STS. We also used the same library within Drupal (with slight modifications) to enable single sign-on.

Hope this helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜