Our Console chooses the first URL that is selected in the Allowed redirect URIs
in the settings. Here’s what to do if you want to create Auth Links with your personalised redirect_URI
by default:
Steps
Check this example from my Console:
-
On the settings, I have
https://console.truelayer.com/redirect-page
as the first URL, which also means it’s the main one:
-
I could delete the URLs I don’t use, let’s say the first one (back it up just in case):
Making http://localhost:3000/callback
the first one on the list, and therefore, the main one.
From now on, when I create a new Auth Link, it will automatically choose http://localhost:3000/callback
as the redirect_uri
: