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