# Identifier Service Authentication service for Insly Version: 1.0 ## Servers ``` /api/v1/identifier ``` ## Security ### BearerToken Type: apiKey In: header Name: Authorization ### OAuth2Implicit Type: oauth2 Authorization URL: /login/:tenant_tag Scopes: - `aws.cognito.signin.user.admin`: Grants read and write access to administrative information ## Authentication ### login - [POST /login/{tenant_tag}](https://ledger.docs.insly.com/apis/identifier/swagger/authentication/login.md): Authenticates user and returns tokens or challenge in case of success. ### client-token - [POST /token/client/{tenant_tag}](https://ledger.docs.insly.com/apis/identifier/swagger/authentication/client-token.md): Generate an access token for app client ## Token ### refresh-token - [POST /token/refresh/{tenant_tag}](https://ledger.docs.insly.com/apis/identifier/swagger/token/refresh-token.md): refresh AccessToken