wif - Implement Windows Identity Foundation on PHP -


Need some advice on whether the Windows Identity Foundation can work with the PHP platform or not? I know that the WIF is intended for the .NET framework, and about one of its features is the type of single-signon feature. What do I need to do to include WIF's features on PHP Client domain sites?

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

There are many, but probably the strongest, and I was able to work for this one. The PHP application that accepts AD FS STS claims

Hope this helps. We also use the same library in Drupal (with minor modifications) to enable single sign-on.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -