summaryrefslogtreecommitdiff
path: root/tests/authorization-endpoint-get-form.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-14 11:36:14 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-20 18:04:30 +0200
commit34624c72245b483e645efd281a27c9c9e210a19a (patch)
treeafca30257d8a7c842bd80a4121c69be201c5fdca /tests/authorization-endpoint-get-form.scm
parent326f056867bab68ae94408a31af6f4c666dfb191 (diff)
server: add an identity provider endpoint
Diffstat (limited to 'tests/authorization-endpoint-get-form.scm')
-rw-r--r--tests/authorization-endpoint-get-form.scm3
1 files changed, 1 insertions, 2 deletions
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