For the complete documentation index, see llms.txt. This page is also available as Markdown.

Platform Logon

The user logon process on the platform is not performed directly through an API call.

This procedure is carried out through a direct call via HTTPS (secure connection) to the specified domain using the logon parameters.

This model allows all controls and interactions with the user during their connection to be handled directly by the Autosky platform. Procedures such as plugin installation and other controls can be suggested and managed by the platform.

Logon URL Structure

The URL is composed of the logon URL (provided along with the authentication token) and the user and password information.

ParĂ¢metros

Parameter
Required
Encoding
Description

auth

Yes

Base64

Credentials in EMAIL:PASSWORD format

param

No

Base64

Application parameters

back_url

No

Normal text

Return URL

Format

https://meudominio.skyinone.net/usuario/autentica/?auth={BASE64}&param={BASE64}&back_url={URL}

Examples

Before Base64 conversion

https://meudominio.skyinone.net/usuario/autentica/?auth=meuemail@dominio.com:MinhaSenha&param=123456789&back_url=https://www.meu-portal-acesso.com.br

After Base64 conversion

How to generate Base64

JavaScript

Python

Bash

Last updated

Was this helpful?