Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
ee8121e
docs: implement mechanism registry and capability-driven scope negoti…
amithanda Mar 14, 2026
09e54bf
docs: add capability profile examples and schema for identity linking…
amithanda Mar 14, 2026
2d2efb9
feat: Add explicit `discovery_endpoint` to OAuth2 identity linking, d…
amithanda Mar 15, 2026
230d5f2
feat: Introduce and apply `identity_scopes` to capability and checkou…
amithanda Mar 15, 2026
e4d68cf
feat: Add identity scope pattern validation, clarify identity linking…
amithanda Mar 15, 2026
da3824b
feat: Improve identity linking security by adding PKCE and issuer val…
amithanda Mar 15, 2026
4bcee0e
docs: Add issuer normalization rule for identity linking and update e…
amithanda Mar 15, 2026
54e053e
refactor: Simplify platform schema in identity linking by removing un…
amithanda Mar 15, 2026
df0a72b
feat: Update identity scopes to use reverse DNS notation and enhance …
amithanda Mar 15, 2026
15894f0
docs: Clarify identity linking process by updating scope dependency p…
amithanda Mar 15, 2026
21321a5
docs: Update identity linking documentation to clarify scope derivati…
amithanda Mar 15, 2026
3f7ca21
docs: Refine authentication mechanism schema description for clarity …
amithanda Mar 15, 2026
ebbf052
docs: Update identity linking documentation to include issuer normali…
amithanda Mar 15, 2026
086f2cb
docs: Enhance consent screen guidelines in identity linking documenta…
amithanda Mar 15, 2026
4811c05
docs: Clarify authorization process in identity linking documentation…
amithanda Mar 18, 2026
3801b26
docs: Update identity linking documentation to enforce mandatory abor…
amithanda Mar 19, 2026
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: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ image: assets/banner.png
"token_endpoint": "https://example.com/oauth2/token",
"revocation_endpoint": "https://example.com/oauth2/revoke",
"scopes_supported": [
"ucp:scopes:checkout_session",
"dev.ucp.shopping.scopes.checkout_session"
],
"response_types_supported": [
"code"
Expand Down
Loading
Loading