how to display the login form through IAC and authenticate the user with the credentials provided
Is there way to display the Login form in the external web page through IAC and authenticate the user with the credentials provided in the form.
We are trying to embed the Pega application in a web page hosted in a web application. Here the user is not authenticated with the web application. Thought the web page is available publicly, it wont be accessible unless the request come from a trusted source. Now we wanted to embed Pega application as IAC gadget
in the web page but we wanted to capture the user credentials with a login form.
can we implement this?