Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ The **Team Server URL** can be used to manually access the repo (using the Git/S
The URL can have the following form:

* `https://git.api.mendix.com/<your AppID>.git` if it is a Git-enabled app
* `https://teamserver.sprintr.com/<your AppID>/` if it is an SVN-enabled app that you access using your Mendix credentials
* `https://svn.home.mendix.com/<your AppID>/` if it is an SVN-enabled app that you access using a personal access token (PAT) — this will be the case, for example, if your company has enabled [BYOIDP SSO](/control-center/security/set-up-sso-byoidp/)
* `https://svn.home.mendix.com/<your AppID>/` if it is an SVN-enabled app that you access using a [Personal Access Token (PAT)](/mendix-profile/user-settings/#pat) — this will be the case, for example, if your company has enabled [BYOIDP SSO](/control-center/security/set-up-sso-byoidp/)

{{% alert color="warning" %}}
The endpoint `https://teamserver.sprintr.com/<your AppID>/`is deprecated. For more information, see (blogpost link)
{{% /alert %}}

{{% alert color="info" %}}
You may have to add the final slash (`/`) manually to follow the link. You may also be asked to re-enter your Mendix credentials. Single sign-on (SSO) is not yet implemented for the Team Server.
Expand Down