简体   繁体   中英

ws-trust with wso2 php framework

Are there examples showing ws-trust and saml 2.0 usage with the wso2 php framework as I have to get a RSTR token from an https webservice and then consume that token and sign the request to talk to another service with the binarysecret symmetric key received in the RSTR token.

I can do everything without the library only generating the signature value with the received

hash_hmac('sha1', $signedinfo, $secret,TRUE);

Therefore want to go back to wso2 php framework or is there any other framework for this as most of the framework out there dont support this

WSO2 WSF/PHP doesn't support SAML. You have to use an external PHP library to do this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM