Squan_JRP Posted July 12, 2016 Posted July 12, 2016 How do you structure the URL for an azure AD custom logon page? For example, when I go to login.microsoftonline.com and enter my email address, it redirects to my customized logon page with my company's logo, etc. but the URL doesn't actually change in the browser. How can I point users directly to my custom logon page?
robyholmes Posted July 12, 2016 Posted July 12, 2016 Putting the domain name after the address works for mail. but not portal. ? Not sure if that helps but its what we use here. http://mail.office365.com/DOMAIN.com
Squan_JRP Posted July 12, 2016 Author Posted July 12, 2016 OK, based on how that redirected I was able to construct this and it worked. https://login.microsoftonline.com/login.srf?wa=wsignin1.0&whr=[domain] Is there any way, though, to not require the user to enter their whole email address (with domain) on that page since it is already specified in the URL and you are already on the custom sign-in page?
pow Posted July 13, 2016 Posted July 13, 2016 If you're using SSO then customise the page to use a default domain
Squan_JRP Posted July 13, 2016 Author Posted July 13, 2016 I don't see this in the Azure custom settings. Where do you specify the default domain?
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