Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

prepopulating username field on Azure AD login

When using Azure AD for authentication, does anyone know if it's possible to send the username as a parameter in the request to https://login.microsoftonline.com/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee so that this field is populated already in the login prompt?

like image 843
Sean Avatar asked Sep 11 '25 05:09

Sean


1 Answers

Yes. You can specify the login_hint parameter.

For example:

https://login.microsoftonline.com/tenant-id/oauth2/[email protected]

Of course you need to include the other standard parameters as well.

like image 177
juunas Avatar answered Sep 15 '25 20:09

juunas



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!