Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent eb23dbb commit cb343fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/eo/third-party-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ sequenceDiagram
participant TP as Third Party App
participant O as Onboarding Component
participant C as Consent Page
TP->>U: Initiates onboarding
U->>TP: Agrees to proceed
TP->>O: Redirects with client-id & redirect-url
Note over O: Validates parameters
O->>C: Redirects to consent page
C->>U: Displays consent request
alt User Accepts
U->>C: Grants consent
C->>TP: Redirects to redirect-url<br/>with state=granted
Expand Down Expand Up @@ -71,8 +71,8 @@ After user action, if a redirect URL was specified:

- The system redirects to the provided URL
- Appends a `state` parameter with one of two values:
- `granted`: User accepted the consent
- `declined`: User declined the consent
- `granted`: User accepted the consent
- `declined`: User declined the consent

## Error Handling

Expand Down

0 comments on commit cb343fb

Please sign in to comment.