From 34624c72245b483e645efd281a27c9c9e210a19a Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 14 Oct 2021 11:36:14 +0200 Subject: server: add an identity provider endpoint --- tests/authorization-endpoint-get-form.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/authorization-endpoint-get-form.scm') diff --git a/tests/authorization-endpoint-get-form.scm b/tests/authorization-endpoint-get-form.scm index 27f22f9..25b7128 100644 --- a/tests/authorization-endpoint-get-form.scm +++ b/tests/authorization-endpoint-get-form.scm @@ -29,12 +29,11 @@ (with-test-environment "authorization-endpoint-get-form" (lambda () - (define key (generate-key #:n-size 2048)) (define subject (string->uri "https://authorization-endpoint-get-form.scm/profile/card#me")) (define password "p4ssw0rd") (define endpoint (make-authorization-endpoint - subject password key)) + subject password "key-file.jwk")) (receive (response response-body) (parameterize ((p:current-date 0)) (endpoint -- cgit v1.2.3