In BIMachine, it is possible to perform user login via a parameter in the URL.
How to login via URL parameter
The content of the parameters must be a JSON in the following format:
{"username":"test@test.com","password":"admin"}
- Username: corresponds to the user’s email address
- Password: corresponds to the user’s password
The content of the parameters can be in plain text.
Ex:
%7B%22usename%22%3A%22test%40test.com%22%2C%22password%22%3A%22admin%22%7D
Or encoded in Base64.
Exemplo:
eyJ1c2VybmFtZSI6InRlc3RAdGVzdC5jb20iLCJwYXNzd29yZCI6ImFkbWluIn0=
Parameters to login
There are 2 ways to login via parameter. The first is Auto Login, which is called via the parameter alt.
Ex:
Or via the parameter al, which does an "assisted login" on the platform, i.e. the user field and password are automatically filled in according to the parameter’s content.
Ex: