Add extensibility to update parameters for ROPC flow#3130
Merged
neha-bhargava merged 7 commits intomasterfrom Nov 11, 2024
Merged
Add extensibility to update parameters for ROPC flow#3130neha-bhargava merged 7 commits intomasterfrom
neha-bhargava merged 7 commits intomasterfrom
Conversation
SummarySummary
CoverageMicrosoft.Identity.Web - 63.4%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 69.3%
Microsoft.Identity.Web.TokenAcquisition - 52%
Microsoft.Identity.Web.TokenCache - 80.8%
|
This comment was marked as duplicate.
This comment was marked as duplicate.
jmprieur
reviewed
Nov 5, 2024
Collaborator
jmprieur
left a comment
There was a problem hiding this comment.
LGTM for the product changers
Not sure about the test
I think your branch is not up to date with master?
src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisitionExtensionOptions.cs
Outdated
Show resolved
Hide resolved
Contributor
Author
Updated the test to validate the params sent in the request as changed through extensibility. I don't see updates from master |
bgavrilMS
reviewed
Nov 6, 2024
SummarySummary
CoverageMicrosoft.Identity.Web - 63.4%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 70.9%
Microsoft.Identity.Web.TokenAcquisition - 52%
Microsoft.Identity.Web.TokenCache - 80.8%
|
bgavrilMS
approved these changes
Nov 7, 2024
jennyf19
requested changes
Nov 7, 2024
Collaborator
jennyf19
left a comment
There was a problem hiding this comment.
Need more time to think this through. ETA is 11/8 eod.
bgavrilMS
reviewed
Nov 8, 2024
SummarySummary
CoverageMicrosoft.Identity.Web - 63.4%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 70.9%
Microsoft.Identity.Web.TokenAcquisition - 52.3%
Microsoft.Identity.Web.TokenCache - 80.8%
|
Contributor
Author
@jennyf19 updated as suggested. Could you please re-review. Thanks! |
…/microsoft-identity-web into nebharg/ExtensionForROPC
SummarySummary
CoverageMicrosoft.Identity.Web - 63.4%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 70.9%
Microsoft.Identity.Web.TokenAcquisition - 52.3%
Microsoft.Identity.Web.TokenCache - 80.8%
|
jmprieur
approved these changes
Nov 9, 2024
Collaborator
jmprieur
left a comment
There was a problem hiding this comment.
LGTM
Thanks @neha-bhargava
jennyf19
approved these changes
Nov 9, 2024
This was referenced Jul 28, 2025
Closed
This was referenced Dec 3, 2025
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.
Add extension method to update the parameters for ROPC flow
Summary of the changes (Less than 80 chars)
Description
Add extensibility to the ROPC flow to enable OnbeforeTokenRequest.
Fixes #3129