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

[Bug] Constants.LoginHint should value login_hint, not loginHint (and domain_hint for DomainHint) #798

Closed
jmprieur opened this issue Dec 2, 2020 · 2 comments
Assignees
Labels
bug Something isn't working fixed P1
Milestone

Comments

@jmprieur
Copy link
Collaborator

jmprieur commented Dec 2, 2020

Which version of Microsoft Identity Web are you using?
1.3.0

Where is the issue?

  • Web app
    • [ x ] Sign-in users
    • [ x ] Sign-in users and call web APIs

Repro

Call AccountController.Challenge with a loginHint.

var your = (code) => here;

Expected behavior
The call to AAD should show login_hint

Actual behavior
It's not

Possible solution
Change the value of the LoginHint to login_hint

public const string LoginHint = "loginHint";

Same for DomainHint which should value domain_hint

Additional context / logs / screenshots
Add any other context about the problem here, such as logs and screenshots.

@jmprieur jmprieur added bug Something isn't working P1 labels Dec 2, 2020
@jmprieur jmprieur added this to the 1.4.0 milestone Dec 2, 2020
@jennyf19
Copy link
Collaborator

jennyf19 commented Dec 9, 2020

Included in 1.4 Release.

@jennyf19 jennyf19 closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed P1
Projects
None yet
Development

No branches or pull requests

2 participants