Gerard
Gerard
Any status update on this? Can we add custom claims to the endpoint now? If so; how?
Is there an issue I can track for adhoc claims? I'm running into this limitation now with injectRequestHeaders as well, which seems limited to the handful of things in the...
A further update on this; I managed to get the whole end-to-end cycle working with PHP for the time being and all signatures work and are accepted by the remote...
Nope, never made it work. I tried GO, but there are no soap libs that also support WSSE signing... I eventually built just this part in PHP - which strangely...
@ba1dr I am using the built-in SOAP libraries from PHP for the normal connection and https://github.com/robrichards/wse-php for the WSSE. I tried porting it to Python, but at some point it...
What about using the Gitlab API (http://docs.gitlab.com/ce/api/) instead of webhooks for communication between Taiga and Gitlab? That would make it entirely 2-way. I can see 2 ways this would work;...
Is there any reason this was not yet merged? It's over 2 years old and really makes sense...
Any luck with that?
Multiple apps for the same provider is one thing, but when talking about self-hosted providers - like Keycloak - having multiple providers isn't a bad idea either... Or maybe just...
If anyone is still tracking this / interested; I eventually managed to make this work in GO using https://github.com/textnow/gosoap. Here is an example using both transport certs and WSSE; ```...