Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

trwalke
Copy link
Member

@trwalke trwalke commented Oct 10, 2025

Fixes #
Added: [OAuth2Parameter.ClientInfo] = "2" to the body parameters in the ClientCredentialRequest
This ensures that client credential requests now include the client info parameter with a value of "2".

This tells ESTS to include xms_acb in the token response

Changes proposed in this request

Testing

Performance impact

Documentation

  • All relevant documentation is updated.

/// <summary>
/// Represents the xms_acb claim in AuthN Tokens acquired from ESTS
/// </summary>
public List<string> AcbAuthN { get; set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use AdditionalResponseParameters instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that AdditionalResponseParamters is already exposed in Microsoft.idetity.Abstractions (but not in Id.Web)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I can add it there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.