Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/specification/identity-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ CheckoutSession | Update | `ucp:scopes:checkout_session`
CheckoutSession | Delete | `ucp:scopes:checkout_session`
CheckoutSession | Cancel | `ucp:scopes:checkout_session`
CheckoutSession | Complete | `ucp:scopes:checkout_session`
Order | Get | `ucp:scopes:order`

A scope covering a capability must grant access to all operations associated to
the capability. For example, ucp:scopes:checkout\_session must grant all of:
Expand All @@ -145,6 +146,7 @@ supposed to be hosted in /.well-known/oauth-authorization-server as per
"revocation_endpoint": "https://merchant.example.com/oauth2/revoke",
"scopes_supported": [
"ucp:scopes:checkout_session",
"ucp:scopes:order",
],
"response_types_supported": [
"code"
Expand Down
Loading