From ea6872463541c49bce64a7acf41ecf3fe0e20f0f Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 25 Jun 2024 11:25:34 +0200 Subject: [PATCH] fix: update dummy bootstrap example --- misc/bootstrap.d/dummy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/bootstrap.d/dummy.yml b/misc/bootstrap.d/dummy.yml index 558f798..2cba8fd 100644 --- a/misc/bootstrap.d/dummy.yml +++ b/misc/bootstrap.d/dummy.yml @@ -19,7 +19,8 @@ layers: # clientId: my-client-id # clientSecret: my-client-id # issuerURL: https://forge.cadoles.com/ - # postLogoutRedirectURL: http://localhost:8080 + # postLogoutRedirectURLs: + # - http://localhost:8080 # scopes: ["profile", "openid", "email"] # authParams: # acr_values: "eidas2"