-
Notifications
You must be signed in to change notification settings - Fork 344
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
domain_hint Not Working #799
Comments
@MarkZuber @henrik-me didn't you say this week that extraQueryParameters were not sent to the STS in MSAL 2.x ? |
Verified this is not being sent on 2.7.0. This is fixed in our dev3x branch as part of our upcoming 3.x release. We don't have locked down timelines for a 3.x release but it should be within the next two weeks. is this blocking you @myokeeh or can you wait for our 3.x release? |
Not a big deal. Just wasn't sure if I was doing it correctly.
|
Thanks for the quick reply @myokeeh . Keep an eye out for announcements of our 3.x release. |
Fixed in 3.x (with the new builder API) |
Fixed in MSAL 3.0.0-preview release |
@jennyf19 testing this out now. Is this syntax correct? It doesn't seem to show me the email textbox hint nor does it show our company branding.
|
@myokeeh : which authority did you use? |
@jmprieur authority is https://login.microsoftonline.com/{tenant_id} I tried "organizations" per your suggestion, but it doesn't display company branding as expected. |
@jmprieur actually, this seems to work. I didn't have
|
@jmprieur I took out the whole |
oh, that's new to me @myokeeh ; but the service has probably improved. do I understand that your problem is solved. |
Got it. Yes, solved. Thanks! |
Which Version of MSAL are you using ?
2.7.0
Which platform has the issue?
UWP Desktop
What authentication flow has the issue?
Repro
MSAL version (DOES NOT show customized login):
ADAL version (shows customized login):
Expected behavior
Expecting to have our customized login for mydomain.com and password hint text shown like it currently does for our ADAL version.
Actual behavior
It doesn't show the customized login configured as it does on ADAL.
The text was updated successfully, but these errors were encountered: