I'm using B2C SAML authentication custom policy. Also this thru Idp initiated sign-in flow. i.e. https://.b2clogin.com/.onmicrosoft.com//generic/login?EntityId=app-identifier-uri -https://docs.microsoft.com/en-us/azure/active-directory-b2c/saml-service-provider-options?pivots=b2c-custom-policy
My requirement is that I want to pass "login_hint" thru the URL as explained in https://docs.microsoft.com/bs-latn-ba/azure/active-directory-b2c/direct-signin?pivots=b2c-user-flow
Not sure this is applicable to OIDC protocol only. Not for SAML? Even if its applicable to SAML, not sure for Idp initiated sign-in URL, how to pass the login_hint parameter value. Any example OR guidelines will be greatly appreciated. Thanks