From 5986e3e18d76c6284e218e9541c8f253614c785c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 21 Aug 2023 14:55:42 +0200 Subject: [PATCH] fix: demo client redirection_uri typo --- demo/demoapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demoapp.py b/demo/demoapp.py index 58585e0c..ebdaa020 100644 --- a/demo/demoapp.py +++ b/demo/demoapp.py @@ -119,7 +119,7 @@ def populate(app): client_name="Client2", contacts=["admin@mydomain.tld"], client_uri="http://localhost:5002", - redirects_uris=["http://localhost:5002/authorize"], + redirect_uris=["http://localhost:5002/authorize"], post_logout_redirect_uris=["http://localhost:5002/"], tos_uri="http://localhost:5002/tos", policy_uri="http://localhost:5002/policy",