gitpod.v1.AccountService

GetSSOLoginURL

GetSSOLoginURL returns the URL to redirect the user to for SSO login.

post/gitpod.v1.AccountService/GetSSOLoginURL

Request body

emailstring email required

email is the email the user wants to login with

returnTostring uri nullable

return_to is the URL the user will be redirected to after login

Response

Success

loginUrlstring required

login_url is the URL to redirect the user to for SSO login

Changes