03-Aug-2022 19:33
Hi experts,
Has anyone tried or used the login_hint parameter in Azure?
I am integrating the F5 APM and Azure AD (which OIDC is working), and one of my goals is to improve the user experience by auto filling-up the username. However, I can't see any documentation from F5 on how to properly use this in F5 APM.
Thank you.
05-Aug-2022 02:40
This is straight forward to implement.
Add a login_hint parameter with value %{session.logon.last.username} to your AuthRedirectRequest.
07-Aug-2022 18:55
I think yours is different, the authentication is from Azure. So, technically you don't have the session logon variable in APM.
10-Aug-2022 07:28
You can populate the parameter with each session variable apm has. If apm does not know the user, how it should populate the login_hint?