fix(istio): accessing /idp return 404 status code
Closed this issue · 1 comments
iromli commented
Describe the bug
When using Istio gateway, accessing /idp
(shibboleth) always returns 404 status code. Further inspection shows that /idp
is rewritten to /identity
.
To Reproduce
Steps to reproduce the behavior:
- Deploy Gluu with Istio (make sure Shibboleth service is enabled during install prompt)
- Make request to
/idp/shibboleth
- See 404 status code
Expected behavior
Accessing /idp/shibboleth
returns non 404 status code.