Auto login from URL?

Hi

I have a step that emails out the testing team with a link that takes them to the current releases deployment page so they can just select the environment and click deploy.

I am wanting to take this one step and further and have this link not require them to login. Is there some GET parameters I can put in the URL for the username/password or API key?

The current link is as so (server, domain and project name changed of course):

http://server.domain.local/app#/projects/webapplication/releases/1.1.0.980/deployments/create

Thanks
Gavin

Hi Gavin,

Thanks for getting in touch!

The short answer is no, each user will need to log in. When logging in however, they could choose the “Remember me” checkbox which will store a login cookie that lasts for 20 days. Subsequent requests to Octopus should be able to use this cookie to authenticate automatically.

Hope that helps!

Damo