A cloud-based identity and access management service for securing user authentication and resource access
Hi, the issue is that Azure AD / Entra ID does not automatically translate MFA or Authentication Strength into standard SAML values, so even when Conditional Access is configured, the SAML assertion remains unchanged.
The only practical options are to use custom claims (for example, setting SessionLevel = HIGH_ASSURANCE when MFA is satisfied) or to engage Azure support to verify whether and how AuthnContextClassRef can be properly emitted.