summaryrefslogtreecommitdiff
path: root/bin/idp
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-04 14:35:24 -0700
committermo khan <mo@mokhan.ca>2025-03-04 14:35:24 -0700
commit8e5dfb96dca08ff8bd5b2f7ad47dd22ac2f799c5 (patch)
treefe5fe4d72006850977b37f1d105d2fbc4cc75dd9 /bin/idp
parent8abcc2c29e75ed7417422929446266ed5abd9c3b (diff)
feat: add API gateway to reverse proxy requests in front of two different services
Diffstat (limited to 'bin/idp')
-rwxr-xr-xbin/idp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/idp b/bin/idp
index 4df5015..fc276bb 100755
--- a/bin/idp
+++ b/bin/idp
@@ -286,7 +286,7 @@ class IdentityProvider
end
def not_found
- [404, {}, []]
+ [404, { 'X-Backend-Server' => 'IDP' }, []]
end
def saml_params_from(request)