It is possible to create a link that will pre-fill the tenant-name. This enables managers and agents to login to their babelforce account with having to switch to SSO or pre-fill the tenant name.
Below you see an easy example where the tenant name is abc.
- This deep link is created via the URL. In our example the link is https://apps.babelforce.com/manager/user/login?tenant=abc
If you look at it abstractly, this is how the link is composed:
- https://apps.{namespaceifavailable}.babelforce.com/manager/user/login?tenant={companynameurlencoded}
For babelconnect, a link could look like this:
In the example above, you see a more complex tenant name "abc 1 3 4". Browsers encode this by default. So all you have to do is this:
- Put this link in your browser: https://apps.babelforce.com/babelconnect/user/login?tenant=
- pass your company name after the "="
Auto-login
There is any option to auto-login. If you are already logged in to your IAM system, the user will, by clicking the link, automatically access the babelforce services. All you have to do is add &login=true at the end of the URL. This could look like this:
How do I know my company name?
- Go into manager and find the overview page or follow this link: https://apps.babelforce.com/manager/manager/account/overview
Comments
0 comments
Please sign in to leave a comment.