Configure your SSO/authentication mechanism
Use your existing identity provider (zero developer effort)
You can configure your existing identity provider’s JWKS path, by following Tight’s user provisioning with existing identity provider instructions.Or, provision users with custom code (one developer day)
If you’re not using an existing identity provider of if you simply prefer a custom integration, you can provision Tight user accounts using the Tight API.Route your user to the Ready-to-Launch app
If you are using an existing identity provider, contact the Tight team for the URL that you should redirect your user to. If you are using custom code to authenticate your user with the create company endpoint, the response on this endpoint contains thereadyToLaunchUrl that you can simply redirect your user to.
Configure your custom domain
By default, the Ready-to-Launch website URL is hosted on tight.com (e.g.https://mySaaSplatform.prod.rtl.tight.com). If you would like to change it to your own custom domain (e.g. https://bookkeeping.mySaaSplatform.com), you can do so by following the steps below:
- Specify your Custom Bookkeeping domain (e.g. https://bookkeeping.mySaaSplatform.com)
- Specify your existing login page URL (e.g. https://app.mySaaSplatform.com/login)
- Create CNAME Record on your DNS provider
- Go to your DNS provider’s website (e.g. GoDaddy or Cloudflare).
- Go to the “DNS” section
- Add a CNAME record for your Bookkeeping custom domain:
- Give the CNAME a “Name” value based on the first part of your custom domain, e.g. if your custom domain is
bookkeeping.mySaaSplatform.com, usebookkeeping. - Give the CNAME a “Data” value based on Tight’s default RTL URL for your platform (e.g.
mySaaSplatform.prod.rtl.tight.com)
- Give the CNAME a “Name” value based on the first part of your custom domain, e.g. if your custom domain is
- Add a CNAME record for your new bookkeeping SSL certificate:
- Give the CNAME a “Name” value provided to you by your Tight CSM
- Give the CNAME a “Data” value provided to you by your Tight CSM