cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Username/Password from another page

mcyprus_
Occasional Contributor

Pass Username/Password from another page

Is there a way to pass a username and password from another webpage to the SA4000 login page? We have built a custom two factor solution but first the customer goes to a different web page where they enter the AD user/password, if it checks out i would like to re-direct to the SA and carry the user/password over so they don't have to retype it. That way on the SA4000 page all they have to enter is the OTP.
3 REPLIES 3
Wyle_
Occasional Contributor

Re: Pass Username/Password from another page

I don't know if that is possible.

I know you can do it the opposite way. You can have them login to the IVE with AD credentials and then pass those through to an intranet site.

MyNet_
Occasional Contributor

Re: Pass Username/Password from another page

Yes, you can do this. Webpages like these use POST variables in HTTP. All you have to do is write a script in PHP, Perl, Python, or any other server side scripting language (within your original log on web page) and have it pass the variables to the page by using the post method in http. This is more web programming than an SA issue. If you need more info please reply again or contact me.
mcyprus_
Occasional Contributor

Re: Pass Username/Password from another page

Thanks for the replies. We had to do a bit of custom work but I think we got it worked out. Olnly issue I think is if Juniper decides to change the way custom pages work or something it might break untill we can re-code. Anyway thanks for the help.