Logging in to Team Edition

Via the UI Visit https://<YOUR_DOMAIN> (or http://<YOUR_DOMAIN> if you are not using SSL) and enter your username and password. Via the API
POST /api/auth/login
Via the CLI
conda repo login

Logging in if IDP is configured

Via the UI Visit https://<YOUR_DOMAIN> (or http://<YOUR_DOMAIN> if you are not using SSL) and enter your username and password, or click on a third party login option (for example, GitHub). Via the API
GET /api/auth/authorize
Via the CLI TBD

Logging out of Team Edition

Via the UI Click on the user icon in the top right. Click Logout. Via the API
POST /api/auth/logout
Via the CLI
conda repo logout