Cognigy.AI User Login
Cognigy.AI User Login¶
Users can login to Cognigy.AI with this url:
https://<frontend-url>/login
The frontend-url could for instance be trial.cognigy.ai
Login for users in multiple organisation¶
Cognigy.AI allows users to be part of multiple organisations. A user, identified by an e-mail address and a password, can be part of different organisations. The URL to login to Cognigy.AI should be like this, specifying which organisation the user wants to login to:
https://<frontend-url>/login?organisationId=<organisation-id>
The 'organisation-id' is a unique identifier of 24 characters which identifies an organisation in the system.

Warning
If a user is part of multiple organisations, and if no organisationId is passed in the login URL, then the user will be denied a login.
For a user assigned to single organisation, including the organisationId in the login URL is completely optional and has no impact.
Multiple organisation email notification¶
When a user with a valid email address belongs to multiple organisations, and if no organisationId is passed in the login URL, the user will be denied a login; but will receive an email with direct login links for each organisation they belong to. Clicking on those links will open the Cognigy.AI login page with the respective organisationId param in the URL.

Password Reset
If a user wants to reset the password for one of the organisations to which the user is assigned, then again it is mandatory to have the organisationId in the login url when filling out the "Forgot Password" form.
Single Sign-on Login
A user who is part of multiple organisations can login with SSO, using the above same login URL including the organisationId and then clicking "LOGIN WITH SSO".
More information on configuring Cognigy.AI with SSO can be found on Single Sign-on using SAML 2.0 page