简体   繁体   English

与wso2 php框架的ws-trust

[英]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. 是否有示例显示wso2 php框架对ws-trust和saml 2.0的使用,因为我必须从https web服务获取RSTR令牌,然后使用该令牌并使用请求中接收到的binarysecret对称密钥对与另一个服务进行通信的请求进行签名RSTR令牌。

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 php框架,还是有其他任何框架,因为那里的大多数框架都不支持该框架

WSO2 WSF/PHP doesn't support SAML. WSO2 WSF / PHP不支持SAML。 You have to use an external PHP library to do this. 您必须使用外部PHP库来执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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