Skip to content
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

Identity fix regression in InteractiveBrowserCredential from invalid redirectUrl #14393

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented Aug 20, 2020

A regression was introduced in the InteractiveBrowserCredential when refactoring MSAL client usage in this commit. Previously the InteractiveBrowserCredential was using the hard-coded redirectUrl "http://localhost/". This was erroneously updated to null in the aforementioned change.

Fixes: #13940

@schaabs schaabs requested a review from AlexanderSher as a code owner August 20, 2020 00:18
@ghost ghost added the Azure.Identity label Aug 20, 2020
@schaabs schaabs requested a review from chlowell August 20, 2020 00:20
@schaabs schaabs requested review from chlowell and g2vinay August 20, 2020 00:23
@chidozieononiwu
Copy link
Member

/azp run net - identity - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@schaabs schaabs merged commit b57e852 into Azure:master Aug 20, 2020
schaabs added a commit to schaabs/azure-sdk-for-net that referenced this pull request Aug 20, 2020
schaabs added a commit that referenced this pull request Aug 20, 2020
#14412)

* Identity fix regression in InteractiveBrowserCredential from invalid redirectUrl (#14393)

* Azure.Identity update CHANGELOG.md for 1.2.2 release

* updating version
schaabs added a commit that referenced this pull request Aug 21, 2020
* Patch TaskExtensions bug in Azure.Identity 1.2.0 (#14309)

* Identity cherry-pick InteractiveBrowserCredential fix for 1.2.2 hotfix (#14412)

* Identity fix regression in InteractiveBrowserCredential from invalid redirectUrl (#14393)

* Azure.Identity update CHANGELOG.md for 1.2.2 release

* updating version

Co-authored-by: Pavel Krymets <pavel@krymets.com>
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.

[BUG][Azure.Identity] Fail to authenticate when using InteractiveBrowserCredential
5 participants