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
Post a Comment