I am just getting started with trying to create a multi-factor authentication solution between Advanced Authentication and Access Manager, and I'm kind of coming in blind, since I am not very familiar with these two products; another department manages them and has asked me to use the APIs to create a multi-factor authentication web page. When a user completes this authentication process, I want to be able to use that successful authentication to satisfy a contract within Access Manager, thus allowing the user to access the protected resources we've defined within NAM.
So, for example, my web page would collect the user's credentials and then complete the multi-factor authentication, and when my page receives confirmation that the authentication was complete, I want to inform NAM that the user is authenticated and can now access those protected resources.
I have figured out pretty much everything I need to in order to complete the multi-factor authentication, but then I don't know how to proceed from there. Do I need to redirect or send the successful login data to NAM somehow? What needs to be set up within NAM and Advanced Authentication to achieve this?
Thank you for your help!