vharseko on master
update icap client (compare)
vharseko on ibm-mq-jms-text
vharseko on master
fix ibm mq jms_text message pro… (compare)
maximthomas on ibm-mq-jms-text
fix ibm mq jms_text message pro… (compare)
vharseko on master
ICAP Filter for DLP and Antivir… (compare)
vharseko on master
ADD extra info for 429 Too Many… (compare)
vharseko on master
Update pom.xml nexus-staging-ma… (compare)
@vharseko How To Protect Web Services with OpenIG
https://github.com/OpenIdentityPlatform/OpenIG/wiki/How-To-Protect-Web-Services-with-OpenIG
How to Add Authorization and Protect Your Application With OpenAM and OpenIG Stack
https://github.com/OpenIdentityPlatform/OpenAM/wiki/How-to-Add-Authorization-and-Protect-Your-Application-With-OpenAM-and-OpenIG-Stack
I have followed all the steps indicated and everything works fine except one thing.
In the first case, How to Protect Services with OpenIG:
Spring RestController endpoints all redirected to '/' root route. The proxy intercepts and recognizes the routes but the sample-service
always redirects to the endpoint "/" root, I always get the same response: "hello world".
In the second, How to Add Authorization ....
It works correctly for the endpoint named "secured". The problem is if I make requests to the other endpoints ("/" and "/ secure"), I get the response: {"error": "Something went wrong, please contact your
system administrator."}
The problem is similar for both cases, something is not well configured in relation to the routes. It seems as if only the route defined in the filter is recognized, in the first case the root route '/' and in the second 'secured' route.
Any request to a route not defined in the filter does not work. Any ideas about it?