cuddly-plastic-72839
07/26/2023, 9:22 AMreturn_to parameter for login and registration flows, so we configured allowed_return_urls :
selfservice:
allowed_return_urls:
- <example://login>
- <example://registration>
Is it possible to allow all custom uri scheme example:// ? Setting just example:// doesn't work.