Octopus login page

Hi Team,

I’ve setup octoups with OKTA. However, it always displays a login screen as shown below
image
If the user Clicks “Sign in with Okta” they can login wihtout any issue. but I dont like the login screen to be displayed. I want them to login directly to Octopus with out displaying login screen. Any help? did I miss any setting?

Regards,

Endashaw

Hi Endashaw,

Thanks for getting in touch!

It may be possible to remove the login section by navigating to Configuration > Settings > Username/Password and unticking the Is Enabled box. e.g. Username and Password - Octopus Deploy

Regards,
Paul

hi @paul.calvert ,

Thanks! that solves the issue

Regards,

1 Like

Perfect.

It is worth noting with this that you can re-enable the username/password login via the octopus.server.exe command line, just in case you’re ever in a situation where Okta auth isn’t available and you need to access Octopus.
e.g.

Octopus.Server.exe configure --instance=[your_instance_name] --usernamePasswordIsEnabled=true

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.