docs: add UCP protocol exception to scope naming conventions#104
Closed
maxedenharter0507 wants to merge 1 commit intootto-de:mainfrom
Closed
docs: add UCP protocol exception to scope naming conventions#104maxedenharter0507 wants to merge 1 commit intootto-de:mainfrom
maxedenharter0507 wants to merge 1 commit intootto-de:mainfrom
Conversation
Google's UCP protocol requires colon delimiters in predefined scope names (e.g. ucp:scopes:checkout_session). This update documents the exception that permits colons in scope names exclusively for UCP compliance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add exception note to scope naming conventions documentation to permit colons (
:) in scope names when used exclusively for Google's UCP (User Consent Protocol) compliance.Changes
api-guidelines/rest/authorization/scopes/rules/shoud-adhere-to-scope-naming-conventions.mducp:scopes:checkout_sessionContext
Google's UCP protocol requires predefined scopes to use colons as delimiters in their names. This is the only exception to the alphanumeric +
_or-character restriction in the naming conventions rule.This documentation update accompanies backend (Herakles) and frontend (Olymp) implementations that enable colon support in scope IDs for full UCP compliance.