From be5f3951f2d8a0d53dfc329b083f0cef86cbd184 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 12 Mar 2025 12:17:21 -0600 Subject: test: fix the e2e test to enter username/password --- bin/idp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'bin/idp') diff --git a/bin/idp b/bin/idp index 9bc8a80f..0bd3849c 100755 --- a/bin/idp +++ b/bin/idp @@ -179,13 +179,13 @@ module Authn

Recieved SAML Request

-
- - + + + <%- saml_params.each do |(key, value)| -%> <%- end -%> - +
@@ -345,7 +345,6 @@ module Authz return post_authorize(Rack::Request.new(env)) when "/token" # RFC-6749 request = Rack::Request.new(env) - request.body return [200, { 'Content-Type' => "application/json" }, [JSON.pretty_generate({ access_token: ::Authz::JWT.new(sub: SecureRandom.uuid, iat: Time.now.to_i).to_jwt, -- cgit v1.2.3