Sylv3r Posted July 24, 2009 Posted July 24, 2009 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.
SYNACK Posted July 24, 2009 Posted July 24, 2009 You can probably copy the core HTML stuff from the template and edit it down to just the required elements then embed it in your Joomla page. You would need to make sure that any links in it pointed to the full external address though. Heres how to edit the ISA pages and where they are located if leaving them directly on ISA. Unsupported, but nice: Customize Forms-based logon page in your ISA Server 2004 1
EduTech Posted July 24, 2009 Posted July 24, 2009 Are you looking for something like what is on this website: Great Barr School :: Home Learning Gateway Login ??? James.
Sylv3r Posted July 25, 2009 Author Posted July 25, 2009 Are you looking for something like what is on this website: Great Barr School :: Home Learning Gateway Login ??? James. Hi James Yes, thats what I am after.
EduTech Posted July 25, 2009 Posted July 25, 2009 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.
Jackd Posted July 25, 2009 Posted July 25, 2009 You could try this: </pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off"> </for Jack
EduTech Posted July 25, 2009 Posted July 25, 2009 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..
Jackd Posted July 25, 2009 Posted July 25, 2009 you will need a submit button but yeah something like that might work.. Grr knew i'd forget something 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
EduTech Posted July 25, 2009 Posted July 25, 2009 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.
EduTech Posted July 25, 2009 Posted July 25, 2009 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now