Auto Login not working?

After running the following:

Octopus.Server.exe configure --activeDirectoryIsEnabled=true
Octopus.Server.exe configure --usernamePasswordIsEnabled=false
Octopus.Server.exe configure --azureADIsEnabled=false
Octopus.Server.exe configure --googleAppsIsEnabled=false
Octopus.Server.exe configure --allowFormsAuthenticationForDomainUsers=false
Octopus.Server.exe configure --autoLoginEnabled=true

We still get a login screen (with only the AD button available) and aren’t auto logged in.

Did I miss a step?

Maybe this would help you?

http://help.octopusdeploy.com/discussions/problems/48648-cannot-sign-in-v35

Hi Everyone

It turns out we’d broken virtual directory support in 3.5.0.

Thanks very much for your prompt support requests (or we’d have had a much >larger issue on our hands).

We’ve just released version 3.5.1 to address these problems. Image and API urls >are now correctly resolved when Octopus Server is hosted using a virtual directory. >Please see the downloads page for the latest version.

I’m running 3.5.1 already and not using virtual directories.

Hi Betty,

Thanks for getting in touch. I’ve been able to reproduce this issue, it looks like a javascript regression bug that is causing the auto login to not trigger correctly for the Active Directory provider. I’ve created an issue that you can follow on GitHub, and hopefully we’ll be able to get it addressed in an upcoming patch release.

Regards
Shannon

Hi Betty,

I meant to mention that your configuration steps looked correct (the googleApps and azureAD should be disabled by default, but making sure they’re disabled doesn’t hurt). Once the fix comes through you shouldn’t have anything further to do.

Regards
Shannon