Step-up AuthN is used for high-risk transactions to add an additional layer of authentication (2FA or Phone Based Identity Confirmation). Use it when a user needs to perform sensitive operations like changing payment methods or accessing sensitive information.
How do I implement Step-up AuthN for high-risk transactions?
Add the acr_values parameter to your OIDC authorization request with either urn:aikyam:aal:mfa (for 2FA) or urn:aikyam:aal:pbic (for Phone Based Identity Confirmation). The user will be prompted for additional authentication, and you should verify the acr claim in the returned ID token.