Jump to content

Recommended Posts

Posted

Hi All

 

I am looking for a way to implement different types of authentication for OWA on Exchange 2013.

 

I want to use forms-based authentication for users who are connection from outside the local network, and standard authentication for users who are on-site (logged onto my network using their AD credentials).

 

Does this make sense - if you are in school, you get automatically logged on when accessing OWA, but if you are off site, you get promoted with the form. This is all to avoid the user having to enter the domain name when logging in from home!

 

Thanks everyone!

Posted (edited)

Use PowerShell to use username login only?

 

Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat Username -DefaultDomain yourdomain.local

 

I use 2010 and you can set this through ECP but I'd have the same for both internal and external personally to keep things simple!

 

Edit to add - you'll need an IISRESET when you're done!

Edited by Another

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...