Hello!
I would like to ask my developer friends for help. I have an application developed with the web appbuilder, which is inserted within an asp.net C# application, which this asp.net application basically displays a login screen, where I use forms authentication, checking in AD (client network logins ) if the username and password match someone you have in AD. If yes, it authenticates the application and directs the user to the main screen of the application generated with the web appbuilder. Everything works very well. What happens now is that the client defined the map as private, and as a result, in addition to logging in through C# forms authentication, the user is asked to log in to the portal when loading the application generated with the web appbuilder. Is there any way to pass this portal login automatically? All help will be welcome. Thank you very much!
Gilberto