Hi @Dev User ,
Thanks for reaching out.
login_hint is a subject field in SAML authN request. Azure AD does not support parsing out user hint from subject claim in the request. So, as of now, Azure AD can use login_hint only when OIDC/OAuth is used.
I would suggest you post this idea at the Azure Feedback Portal, which is monitored by the product team for feature enhancements.
However, you can use domain_hint with SAML, the SAML authentication request must contain either a domain hint or a query string whr="idp.com"
Hope this will help.
Thanks,
Shweta
-------------------------------------------
Please remember to "Accept Answer" if answer helped you.