Login_hint can be used by a Relying Party (OAuth Client) when it knows the End-User's e-mail address (or other identifier) and then wants to pass that value as a hint to the discovered Authorization Server within the Authentication Request
It is RECOMMENDED that the hint value match the value used for discovery. This value MAY also be a phone number in the format specified for the phone_number Claim.
The value can be either an email address or the sub string, which is equivalent to the user's Google Account.
The use of this parameter is left to the Identity Provider (IDP)'s discretion.
Azure specifying login_hint=user@domain.com with the username in the Authorization Request URL to tell Azure which account the user could use. If they are already signed-in, they will not prompt the user to select the account.