I’m trying to add a mobile deep link like XXXXX-admin://login-callback/ (iOS custom scheme) but the dashboard says ‘not a URL’. Docs say custom schemes are valid. Has anyone hit this?
Do I need a trailing slash, or should I use an HTTPS redirect shim?”
I'm also using the same project for the web app
I'm adding it under: Authentication => Configuration => URL Configuration => Redirect URLs
The user is trying to add a mobile deep link with a custom scheme to the redirect URLs in the authentication configuration but encounters an error stating 'not a URL'. They are unsure if a trailing slash or an HTTPS redirect shim is needed. Another user suggests checking for spaces in the input.
I am not sure what xxxx is in your situation but i was able to add this to my redirect config
Is it possible you have a space or anything at the start?