Jump to content

Recommended Posts

Posted

Is it possible to add the user name / password box from an ISA box straight onto a Joomla page. This is for the logon page for our Sharepoint install and I was just wondering if its possible to have just the logon info and not the rest of the ISA page. Similar I guess to a Frog homepage.

 

I am aware that the Joomla homepage would need to run on SSL etc.

Posted

Ok, Well looking at how that has been done it is just an image that looks like the ISA login page you click on that and it takes you to the screen.

 

I doubt you will be able to design it so you can actually login there, due to how much of a pain it is to customize ISA.

 

But if you create a module, and the put an iframe inside the module pointing to your ISA login page. it should work.

 

I'm pretty busy at the moment, but if i get chance later on this afternoon i'll try and knock something up for you.

 

James.

Posted

You could try this:

 

</pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off">








</for

 

Jack

Posted
You could try this:

 

</pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off">








</for

 

Jack

 

;) you will need a submit button but yeah something like that might work..

Posted
;) you will need a submit button but yeah something like that might work..

 

Grr knew i'd forget something :p

I think there was another thread similar to this somewhere, im not going to look though ;)

 

</pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off">










</form

 

Fixed :)

Posted

But now i'll give you the bad news ;-) ISA dont work as simple as that unfortunatly! :( The data does not pass through.. which is a pain in the backside! which is why i think GreatBarr chose to have it so you click on the image they have and you get go to the ISA login page. :)

 

Which to be honest, is pretty straight forward

 

James.

Posted

Now, the ISA URL does quite a few different things..

 

CookieAuth.dll?GetLogon?curl=Z2FPagesZ2FDefault.aspx&reason=0&formdir=1 < Office Outlook Login Page

CookieAuth.dll?GetLogon?curl=Z2FPagesZ2FDefault.aspx&reason=0&formdir=2 Large Simple Login Page

CookieAuth.dll?GetLogon?curl=Z2FPagesZ2FDefault.aspx&reason=0&formdir=3 < ISA FBA Login

CookieAuth.dll?GetLogon?curl=Z2FPagesZ2FDefault.aspx&reason=0&formdir=4 Simple Login Page

 

I'm going to see if i can turn 4 into some kind of module :-) should then do what you want.

 

James.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...