Forum Discussion

OM's avatar
OM
Icon for Altocumulus rankAltocumulus
Aug 08, 2025
Solved

SAML F5 SP - Microsoft Entra

Hi, I have an F5 APM currently authenticating users with their sAMAccountname. most of them (more than 7000) don't know their UPN. we need to leverage Microsoft Entra with MFA using SAML F5 acting ...
  • Injeyan_Kostas's avatar
    Aug 08, 2025

    you can use this guide https://my.f5.com/manage/s/article/K53313351

    You just need to create a new Authentication Redirect Request under Access  ››  Federation : OAuth Client / Resource Server : Request and select it in VPE OAuth config
    Clone /Common/MSIdentityPlatform2.0AuthRedirectRequest and just add a new parameter with name login_hint and value %{session.ad.last.attr.userPrincipalName}

    Should look like this