Skip to content

Add new service protocols GetConnectionClaimsMessage and UpdateConnectionClaimsMessage#2272

Merged
vwxyzh merged 3 commits into
Azure:devfrom
MoChilia:shiyingchen/refresh_auth_claims
Jun 22, 2026
Merged

Add new service protocols GetConnectionClaimsMessage and UpdateConnectionClaimsMessage#2272
vwxyzh merged 3 commits into
Azure:devfrom
MoChilia:shiyingchen/refresh_auth_claims

Conversation

@MoChilia

Copy link
Copy Markdown
Member

Summary of the changes (Less than 80 chars)

Adds two new service protocols GetConnectionClaimsMessage and UpdateConnectionClaimsMessage

GetConnectionClaimsMessage: A read-only, ackable request used to fetch a live client connection's current user claims

Fields:

  • 42: Message type.
  • ConnectionToken: String. Secret connection token of the live client connection whose claims are being read.
  • AckId: Int32. The protocol correlation id used to acknowledge this get connection claims operation.
  • ExtensionMembers: Map. The extension map for forward-compatible optional fields.

UpdateConnectionClaimsMessage: A server-bound, fire-and-forget push that propagates refreshed claims out to the owning app server.

Fields:

  • 43: Message type.
  • ConnectionId: String. Public connection id of the live client connection whose user claims are being updated.
  • Claims: Map. The refreshed user claims for the connection.
  • ExtensionMembers: Map. The extension map for forward-compatible optional fields.

@MoChilia MoChilia requested a review from vwxyzh June 17, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants