burgemaster Posted January 18, 2011 Posted January 18, 2011 (edited) Hi, Currently our students access their mail via webmail... When in school they login to the PC, click a link and then have to login once again to webmail. Is there a way to setup webmail to AUTOMATICALLY log them in when in school without the need for them to repeat their user/pass? When they login from home could the login be displayed? Many thanks Edited January 18, 2011 by burgemaster
Gatt Posted January 18, 2011 Posted January 18, 2011 It is indeed Think you need tio change OWA in the EMC to use Integrated Security.. I've got 2010 which may be slightly different..
glennda Posted January 18, 2011 Posted January 18, 2011 It is indeed Think you need tio change OWA in the EMC to use Integrated Security.. I've got 2010 which may be slightly different.. Not tried this - but we have intergrated security with Eclipse for our Libary software and for it to be available externally we have two different websites running (on port 80 and 81) - one with intergrated security and the other without - just something to bear in mind.
Gatt Posted January 18, 2011 Posted January 18, 2011 Had a look at Exchange 2010 and I'm setup like this: Under "Server Config" -> "Client Access" -> "Outlook Web App" / "Outlook Web Access" Tab -> "Authentication" Tab.. I have "use one or more standard authentication methods:" selected with "Integrated Windows Authentication" and "Basic Authentication (Password is sent in clear text)" This allows automatic login when the user access OWA from a Domain PC, and outside are prompted for their Domain username and password (Once you suss out how to get ISA/TMG to deal with it!
burgemaster Posted January 18, 2011 Author Posted January 18, 2011 Thanks for the ideas. I did originally follow a guide and as you suggested turn on "Integrated Windows Auth", but with this turned on nothing works at all !! "Service Unavailable" (See attachments) Thanks
Theblacksheep Posted January 18, 2011 Posted January 18, 2011 Heres what i did in 2010, very roughly.... Create a new webpage (owa2) running on a different port (9443), turn on integrated authentication only. Create an ecp2 webpage for options, integrationed auth too. 1
burgemaster Posted January 19, 2011 Author Posted January 19, 2011 Right, thanks for the pointers..... I am so close now!!!! I have created a new website running on port81 and used the "New-OwaVirtualDirectory" to create myself a new OWA.. I have set this new owa2 to use "Integrated Windows Auth", it so nearly works, it manages to log in but i am now getting the webpage in text ???? (see pic) Can anyone please help point me to the finish line? http://www.uploadgeek.com/image-5141_4D3747C4.jpg
chrisbrown Posted January 20, 2011 Posted January 20, 2011 You need to enable Basic Authentication as well so they get the popup box...
burgemaster Posted January 25, 2011 Author Posted January 25, 2011 (edited) Right All sorted, Here`s a walkthrough as I couldn't find out how to do it from anywhere else. TheBlackSheep / Glenda pointed me in the right direction! Aim: Students at school get automatically logged in, out of school get the Form Based OWA login screen: 1) As you can only have one OWA in the default website, you need to create a new website (I named it OWA2) in IIS 2) Next you need to create a second OWA using the Exchange Management Console, this OWA website must be created in the OWA2 website NOT the default website. 3) to do this I used command: New-OWAVirtualDirectory -Name "owa2 (owa2)" -Websitename "owa2" 4) Now in IIS setup the external OWA (in default) to use SSL port 443 and change the http port to 1 (could be anything as won't be used) 5) In IIS under OWA2, change the port to 80 and clear the SSL port. 6) In Exchange Management Console, under Client Access, you should see both instances of OWA. You need to set the external SSL owa located in the default website to login using the FORMs method. So set the Authentication to "Use Forms-Based Auth", select "User name only" and choose your domain. 7) Set OWA2 auth to "Use one or more standard auth methods" and select "Integrated Windows Auth" 8) Next in IIS, you need to set the permissions for both sites. The external OWA will need "anon access" ticked for the OWA virtual directory security. The OWA2 site under the owa virtual directory will need anon unticked and have "Windows Auth" ticked. 9) stop the World Wide Web Pub service (takes ages, iisreset seems to fail) then start it again. In School now student can go to: "http://mail/owa" and get automatically logged in without having to enter credentials. At home they can go to "https://webmail.schoolname.sch.uk" and get the form based login screen (customisable) where they must login with their credentials. Good Luck. Edited January 25, 2011 by burgemaster
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