Skip to content

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

Description

@jmprieur

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.

Metadata

Metadata

Assignees

Labels

P1bugSomething isn't workingfixed

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions