diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/idp | 2 | ||||
| -rwxr-xr-x | bin/sp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -286,7 +286,7 @@ class IdentityProvider end def not_found - [404, {}, []] + [404, { 'X-Backend-Server' => 'IDP' }, []] end def saml_params_from(request) @@ -81,7 +81,7 @@ class ServiceProvider private def not_found - [404, {}, []] + [404, { 'X-Backend-Server' => 'SP' }, []] end def redirect_to(location) |
