Home Analyst Portal
Options

Login with Reverseproxy - POST with Username and Password

Peter_ForsterPeter_Forster Partner IT Monkey ✭

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=&lt;username&gt;&amp;Password=&lt;password&gt;&amp;RememberMe=0&amp;returnUrl=/ but this did not work.

Any ideas if this is possible and when how?

Answers

  • Options
    Justin_WorkmanJustin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
    There's a new login.js file in 9.0+ in CustomSpace.  What if you just populate the username and pass from the URL and trigger the click event?
Sign In or Register to comment.