-
Notifications
You must be signed in to change notification settings - Fork 222
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
Respect user-provided authority queries and add to options.ExtraQueryParams #2848
Conversation
Please address the GH warnings |
Is the commit history right? If not, might want to clean it up. |
Done!
I actually had been attempting to squash the history but it added two more commits. Will try again. |
db2d54a
to
f5c1335
Compare
...soft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
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.
- Please test E2E with a web app / API, if you haven't done so.
- Create a bug - currently web app don't work if authority has query params. (the details in chat).
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.
Will this go in rel/v2 as well?
…Params (#2848) * parse user provided authority queries into options.ExtraqueryParameters + tests * change requests * change requests * update authority to remove qp's and only add to EQP dictionary + tests --------- Co-authored-by: jennyf19 <[email protected]>
Fixes #2697