Christian Gosch
Christian Gosch
On the site in question, CAS was used before and had similar problems which took a long time (ago) to fix. How then can I determine and control the filter...
Idea: Since URL patterns for servlet filters are quite restricted (e. g. see https://stackoverflow.com/questions/8570805/can-we-use-regular-expressions-in-web-xml-url-patterns ), it should be possible to simply catch *all* URLs by declaration and then handle only...
Works. Next issue: Is it possible to guess the current "content locale" on the Liferay side and forward it to OIDC OP using URL parameter `ui_locales` (as described in http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest...
Btw. I do not like this way of implementation either, but so far I did not find another way to - catch all relevant requests to process them in the...