We have a scenario where a logged-in user (SFA, authentication has been done by Azure policies) needs to do some high-value transactions. To allow this, we need to throw an additional authentication challenge. (MFA) If the user access was successful we need to enrich the token somehow to read in on the client-side. Tried to use scopes for this scenario but as they set per application couldn't make it happen, any thoughts on how it can be implemented in Azure b2c?
Thanks