Skip to content

Commit

Permalink
Update doc consent-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuscal-Ashman committed Feb 14, 2025
1 parent 0d6795a commit 3779029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/PLatform/consent/consent-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ In the customised UI's Flow tab, a new field called "Manage Consent URL" has bee
Partners are responsible for creating and maintaining the guide linked through the "Manage Consent URL." The following points outline what the guide should include:

* **Accessibility**: The guide should be easy to find for consumers and available as a public page so that users can read it before giving consent.
* **Content Requirements**:
* **Content Requirements**:
* Clearly describe the process for revoking consent.
* Provide direct access to consent management functionalities.
* Ensure the instructions are straightforward and easy to follow.
Expand Down Expand Up @@ -296,7 +296,7 @@ In situations where users need to renew authorization for specific connections w
To utilise the `connectionId` parameter for reauthorisation, construct the Basiq Consent URI with the following structure:

```json URL
https://consent.basiq.io/home?&token=${token}&connectionId=${connectionId}
https://consent.basiq.io/home?token=${token}&connectionId=${connectionId}
```

#### Implementation Steps
Expand All @@ -307,4 +307,4 @@ https://consent.basiq.io/home?&token=${token}&connectionId=${connectionId}

> 👍 Notes:
>
> These actions can be initiated by appending the appropriate action parameter in the Basiq Consent UI URL, providing a seamless way to manage user consents and data connections through the platform.
> These actions can be initiated by appending the appropriate action parameter in the Basiq Consent UI URL, providing a seamless way to manage user consents and data connections through the platform.

0 comments on commit 3779029

Please sign in to comment.