-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extensibility to update parameters for ROPC flow #3130
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Updated the test to validate the params sent in the request as changed through extensibility. I don't see updates from master |
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%
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need more time to think this through. ETA is 11/8 eod.
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%
|
@jennyf19 updated as suggested. Could you please re-review. Thanks! |
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%
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @neha-bhargava
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