Scripts and tools to integrate TestRail with external authentication systems such as Active Directory, LDAP, databases and other systems to implement single sign-on.
Introduction
TestRail can be integrated with external systems to implement single sign-on functionality. To support this, TestRail can be extended with a custom authentication script that validates the username and password users enter on TestRail's login screen. Learn more about authentication scripts in the following documentation topics:
This project provides ready-to-use scripts to implement single sign-on with TestRail. Please see below for sample scripts to work with common services and for information on how to implement your own custom solution.
Scripts
We provide ready-to-use sample scripts to integrate TestRail's authentication with Active Directory services and databases. Do you need to integrate TestRail with another system? Please see below for information on how to build your own single sign-on integration or contact us.
| Download | Description |
| Active Directory | Integrate TestRail with Windows Active Directory services to implement single sign-on and to create initial user accounts. Make sure to read the full documentation. |
| LDAP | Integrate TestRail with LDAP services to implement single sign-on and to create initial user accounts. |
Custom Script
If you want to integrate TestRail with an external system to implement single sign-on, you need to create a custom script for this. The following article contains all necessary background information and explains the exact steps on how to create such a script.
