App settings
Manage your client ID and secret and configure return URIs in Console.
You can access App Settings by clicking the cog icon in the top-left of Console. The settings that display on this page relate to the app you currently have open.
Identifiers
The Identifiers section on the right of the App Settings page contains two options:
client_id
: This contains yourclient_id
, which you need to authenticate your requests to any TrueLayer API.
You can click the blue button to copy yourclient_id
to your clipboard.client_secret
: This is blurred out, as you receive yourclient_secret
as a text file when you either create a new app or click the red button to reset your secret.
When you get yourclient_secret
, store it securely and do not share it.
Allowed redirect URIs
This section contains all of the possible return URIs for your application. These are used when you redirect users as part of payment authorisation or data authentication.
To add a new return URI:
- Click the + button on the right side of the Allowed redirect URIs section.
- Enter your return URI.
This must be in a valid URI format. - Click the tick icon to the right of your URI to confirm your selection.
Return URIs can take up to 15 minutes to take effect.
To delete or edit an existing URI, click either the bin icon or pencil icon.
Updated 9 days ago