Using the Auth Link Builder
Using our Auth Link Builder in the Console, simply select the providers you wish to enable or disable:
Your link will be generated automatically below and it can be used in your application:
Selecting providers manually
In order to enable certain providers, add the flag providers
to your Auth Link like in the example below:providers=uk-ob-lloyds%20uk-oauth-starling
Each provider_id
is represented as follows (and these are the providers supported):CountryCode-AccessMethod-BankIdentifier
Enabling all providers
To enable all providers of a certain access method, use the flag below:providers=uk-AccessMethod-all
Where AccessMethod is:
ob
for Open Banking (UK only);oauth
for oAuth (UK only);
The flags below will be deprecated and can't be used in V2:
enable_credential_sharing_providers
enable_openbanking_providers
enable_oauth_providers
Example
If you want to enable Starling and OB-Barclays, your Auth Link should look like this:
https://auth.truelayer.com/?response_type=code&client_id=testjoao-db57&nonce=3594770744&scope=info%20accounts%20balance%20transactions%20cards%20products%20beneficiaries%20offline_access&redirect_uri=https://console.truelayer.com/redirect-page&providers=uk-oauth-starling%20uk-ob-barclays
And the Auth Dialog will look like this:
Comments
0 comments
Article is closed for comments.