Skip to content

Commit

Permalink
Update config.schema.json
Browse files Browse the repository at this point in the history
Updated example for `allowed_return_urls` to include wildcard url.

[Merged PR from 2021](ory#1528)
  • Loading branch information
martinloesethjensen authored Sep 26, 2023
1 parent 461ad52 commit 0f44938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
]
]
},
Expand Down

0 comments on commit 0f44938

Please sign in to comment.