From 0f449380f04c7b700f74734d6f73952fd6a0ad78 Mon Sep 17 00:00:00 2001 From: Martin Jensen Date: Tue, 26 Sep 2023 11:33:57 +0200 Subject: [PATCH] Update config.schema.json Updated example for `allowed_return_urls` to include wildcard url. [Merged PR from 2021](https://github.com/ory/kratos/pull/1528) --- embedx/config.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embedx/config.schema.json b/embedx/config.schema.json index 02f568ee71fe..2992a7d3ddda 100644 --- a/embedx/config.schema.json +++ b/embedx/config.schema.json @@ -1201,7 +1201,8 @@ [ "https://app.my-app.com/dashboard", "/dashboard", - "https://www.my-app.com/" + "https://www.my-app.com/", + "https://*.my-app.com/" ] ] },