Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
f4a137d
docs: implement mechanism registry and capability-driven scope negoti…
amithanda Mar 14, 2026
1a47415
docs: add capability profile examples and schema for identity linking…
amithanda Mar 14, 2026
923e713
feat: Add explicit `discovery_endpoint` to OAuth2 identity linking, d…
amithanda Mar 15, 2026
b28d787
feat: Introduce and apply `identity_scopes` to capability and checkou…
amithanda Mar 15, 2026
05cd9c4
feat: Add identity scope pattern validation, clarify identity linking…
amithanda Mar 15, 2026
306b2f0
feat: Improve identity linking security by adding PKCE and issuer val…
amithanda Mar 15, 2026
580819b
docs: Add issuer normalization rule for identity linking and update e…
amithanda Mar 15, 2026
079dcd3
refactor: Simplify platform schema in identity linking by removing un…
amithanda Mar 15, 2026
64ae1f3
feat: Update identity scopes to use reverse DNS notation and enhance …
amithanda Mar 15, 2026
4e58a5c
docs: Clarify identity linking process by updating scope dependency p…
amithanda Mar 15, 2026
0110de0
docs: Update identity linking documentation to clarify scope derivati…
amithanda Mar 15, 2026
4b0455c
docs: Refine authentication mechanism schema description for clarity …
amithanda Mar 15, 2026
5c1f550
style: fix newline in .linkignore
amithanda Mar 15, 2026
95c15a4
docs: Update identity linking documentation to include issuer normali…
amithanda Mar 15, 2026
0d3fc0a
docs: Enhance consent screen guidelines in identity linking documenta…
amithanda Mar 15, 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 .linkignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore ucp.dev dummy links
https://ucp\.dev/specification/reference\?v=2026-01-11
https://ucp\.dev/specification/reference?v=2026-01-11
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