We are using azure ad b2c to log in to an application that we created. All is going fine at this time. There is a need to allow an admin user to "override" a setting on the user's session. The flow will be that the user will be working along, get to a point that they need "Admin Override" and they will call the Amin to their work station. That admin will look at the scenario and if they think it is appropriate, they will ask the user to click the override button and the admin will type in their username and password, and select a dropdown to specify the reason for the override which will get sent to a custom api called in the custom flow.
It seems that we can use a custom flow for this. I have 2 questions:
-How do we pop up the custom flow UI that will capture the credentials and data input from the admin?
-How do we keep the user signed in, without the Admin taking over the logged in session. Keep in mind, all of this is taking place on the user's workstation. For this question, it seems that I could create a custom user journey and just leave out the last step where we send the JWT token back.