Login to website authenticated with ADFS ,WS - Trust ,SAML token using curl PHP -
i want login website using php curl have username , password.after research have found website using ws-trust , adfs authentication , authorizing.here user's browser redirected idp(adfs) , redirected saml assertion security token.
after reading post on http://leandrob.com/2012/02/request-a-token-from-adfs-using-ws-trust-from-ios-objective-c-iphone-ipad-android-java-node-js-or-any-platform-or-language/ .i have tried make request creating soap envelope getting security token confused endpoint on sending request. in leandrob.com post mentioned use "https://[server]/adfs/services/trust/13/usernamemixed" endpoint .i tried sending request endpoint got blank page output.
i need send request , security token back.could please explain url need considered endpoint logging ws-trust , adfs authenticated website.
Comments
Post a Comment