Authentication
TIBCO Data Science - Team Studio have the following three methods to log in to Chorus for creating a valid session or obtaining an authentication token.
| Methods | Definition |
|---|---|
| Internal Chorus authentication system | At the core of this component, Chorus stores the hash of a password with a unique salt on the user's table in the Chorus PostgreSQL database. |
| LDAP (Lightweight Directory Access Protocol) | The password is stored in an external LDAP system and the LdapClient is used to authenticate the password. |
| SAML (Security Assertion Markup Language) | An external SAML identity provider (IdP) is used to log in. |
Subtopics