Third-Party Login

Some applications need to authenticate on intratool in a default web environment. Usually this is needed to perform single sign on tasks on a device.

The provided login mechanism utilizes the authentication token of a user to perform a default login with the same cookies on response like a manually triggered login would send. This will result in the user being logged in on the device you are calling this route from.

This feature is also known as "Auto Login URLs".

Login By Token

After retrieving an access token, you can generate a login url like the following:

https://{tenant}.intratool.de/login/token/{accessToken}

Calling this GET route will perform a login and redirection like the default login routes of intratool would do.

Last updated