We are using the api flows from a native app. We s...
# talk-kratos
c
We are using the api flows from a native app. We set the
return_to
parameter for login and registration flows, so we configured
allowed_return_urls
:
Copy code
selfservice:
  allowed_return_urls:
    - <example://login>
    - <example://registration>
Is it possible to allow all custom uri scheme
example://
? Setting just
example://
doesn't work.