sharepoint - ADFS Authentication using PHP -


i'm not friendly microsoft's architecture have implement adfs authenfication on website.

i decided use ws-trust solve it.

so first, send rst (request security token) http://server.com//adfs/services/trust/13/usernamemixed

i receive excepted rsts (request security token response) contains security token.

but, i'm stuck, don't know next.

the main goal logged sharepoint website require adfs authentication.

maybe, can me this.

you can post rstr _trust endpoint on sharepoint server , fedauth cookie you'd present on subsequent calls sharepoint. shown in sample php code here: https://github.com/zandbelt/php-ws-trust-client/blob/master/sharepoint/login.php


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -