From c0cb8b87c8a4db2d3743d437759e7f18098a5adb Mon Sep 17 00:00:00 2001 From: Jamie Walkerdine Date: Tue, 24 Oct 2023 14:25:23 +0100 Subject: [PATCH] Fix bootstrap --- .../auth.example.org/operations/oauth/register-application.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/auth.example.org/operations/oauth/register-application.edn b/installers/auth.example.org/operations/oauth/register-application.edn index f265eee8c..7e3688ba9 100644 --- a/installers/auth.example.org/operations/oauth/register-application.edn +++ b/installers/auth.example.org/operations/oauth/register-application.edn @@ -48,7 +48,7 @@ {:optional true} [:maybe [:set - [:re "https://auth.example.org/scopes/.+?(,https://auth.example.org/scopes/.+?)*"]]]]] + [:re "(https://auth.example.org/scopes/.+?(,https://auth.example.org/scopes/.+?)*|https://data.example.org/_site/scopes/.+?(,https://data.example.org/_site/scopes/.+?)*)"]]]]] ;; TODO: Check that scope actually exists