juan moral
juan moral
I had to change ip address for telegram server in ApiState
if you use linux, see https://github.com/ex3ndr/telegram-api/issues/9
I checked sources and used setAuthKey and getAuthKey in AbsApiState. I am not sure if that is the right way to do it.
Same error. If I use a test user in DC1 (79996612222), I get no error. Otherwise I get the same error
Same issue in my enviroment. **Specifics of your environment** 1. Are you acting as SP/IdP/proxy? IdP 2. SimpleSAMLphp: What version are you using? "simplesamlphp/simplesamlphp": "v2.3.5" 3. PHP: What version are...
> [@jmoral](https://github.com/jmoral) I am thinking if you are running as an IdP here then it seems that one of the SPs is sending you a `samlp:LogoutResponse` that is signed but...
I chech it with SP in SSP V2.3.5 as c.mydomain.com in sptest-1 container and get the same error. I modified ServiceProvider in SP  logout from p.mydomain.com is OK. right...
@monkeyiq , here are the relevant logs Logout from p is OK ``` { "requests": [ { "url": "https://p.mydomain.com/login/logout.php?sesskey=15aENkq7lE", }, { "method": "GET", "url": "https://idp.mydomain.com/autenticacion/module.php/saml/idp/singleLogout?SAMLRequest=XXX", "protocol": "SAML-P", "saml": "https://p.mydomain.com/auth/saml2/sp/metadata.php_2a60887f5d03b4843c29cbc034a2f23e9b19f09afb_ac42456a4d6c6e0bd632e123b8626ef885120a51af", },...
> Please stop masking values.. You're leaving out crucial information. This error CAN NOT HAPPEN without a Signature-parameter present in the request Apologies for any inconvenience caused. The omission of...
I've found the discrepancy with the 'SingleLogoutService.php' URL. I've been using the test SP for at least 10 years and hadn't updated the metadata, which changed with version 2 of...