Login with Reverseproxy - POST with Username and Password
Hi,
does anyone know if it is possible to add Username+Password into the URL of the Portal Login to do a login?
Why do I wan't to have this: We want to have Pre-Authentication because we need to Publish our Portal for external Users. We authenticate at our reverse Proxy and we can use the entered information later for the "POST" to the service.
I've tried to view how this is achieved during a normal Form based logon where I can see the following format:
UserName=<username>&Password=<password>&RememberMe=0&returnUrl=%2F
POST is going to https://<URL>/Login/Login
What I've tried:
https://support.cireson.com/login/login/UserName=<username>&Password=<password>&RememberMe=0&returnUrl=/ but this did not work.
Any ideas if this is possible and when how?
Answers