Alien · OAuth Scopes

Alien OAuth Scopes

OAuth 2.0 searched

Alien publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Alien API on a user’s behalf.

Tokens are issued from https://sso.alien-api.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyCryptoIdentityAuthenticationOAuthOpenID ConnectProof of HumanityBlockchainSolanaAgents
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://sso.alien-api.com/oauth/authorize
Token URL
https://sso.alien-api.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
openid OpenID Connect authentication. Returns a verified, unique-human subject (sub) tied to an Alien ID without exposing name, email, or documents. authorizationCode

Source

OAuth Scopes

alien-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://sso.alien-api.com/.well-known/openid-configuration
docs: https://docs.alien.org/sso-guide/oauth2-clients
schemes:
- name: OAuth2
  source: https://sso.alien-api.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://sso.alien-api.com/oauth/authorize
    tokenUrl: https://sso.alien-api.com/oauth/token
scopes:
- scope: openid
  description: >-
    OpenID Connect authentication. Returns a verified, unique-human subject
    (sub) tied to an Alien ID without exposing name, email, or documents.
  flows: [authorizationCode]
  sources: [https://sso.alien-api.com/.well-known/openid-configuration]
notes: >-
  The authorization server advertises a single supported scope (openid) in its
  discovery document (scopes_supported). Alien SSO deliberately minimizes scope
  surface: it asserts proof-of-humanity, not personal-data claims.