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.
Which version of Microsoft Identity Web are you using?
1.3.0
Where is the issue?
Repro
Call
AccountController.Challengewith a loginHint.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_hintmicrosoft-identity-web/src/Microsoft.Identity.Web/Constants/Constants.cs
Line 15 in a4bde02
Same for DomainHint which should value
domain_hintAdditional context / logs / screenshots
Add any other context about the problem here, such as logs and screenshots.