Vault12 · OAuth Scopes

Vault12 OAuth Scopes

OAuth 2.0 searched

Vault12 publishes 4 OAuth 2.0 scopes via the authorizationCode, implicit, password, and refresh_token flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Vault12 API on a user’s behalf.

Tokens are issued from https://vault12.com/core/users/oauth2/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.

CompanyCryptocurrencySecurityBackupInheritanceWalletsCryptographySecret SharingKey Management
Scopes: 4 Flows: authorizationCode, implicit, password, refresh_token Method: searched

OAuth endpoints

Authorization URL
https://vault12.com/core/users/oauth2/authorize
Token URL
https://vault12.com/core/users/oauth2/token
Flows
authorizationCodeimplicitpasswordrefresh_token

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication (id_token issuance, RS256 signed)
profile Access to the user's profile claims via the userinfo endpoint
email Access to the user's email claims via the userinfo endpoint
offline_access Long-lived access via refresh tokens

Source

OAuth Scopes

vault12-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://vault12.com/.well-known/oauth-authorization-server
docs: null
notes: >-
  Vault12 publishes RFC 8414 OAuth 2.0 authorization-server metadata on
  vault12.com. The scopes_supported list is the standard OpenID Connect set;
  no product-specific scopes are published. No public scopes/permissions
  reference page was found on vault12.com.
schemes:
  - name: Vault12 OAuth 2.0 authorization server
    source: well-known/vault12-oauth-authorization-server.json
    issuer: https://vault12.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://vault12.com/core/users/oauth2/authorize
        tokenUrl: https://vault12.com/core/users/oauth2/token
      - flow: implicit
        authorizationUrl: https://vault12.com/core/users/oauth2/authorize
      - flow: password
        tokenUrl: https://vault12.com/core/users/oauth2/token
      - flow: refresh_token
        tokenUrl: https://vault12.com/core/users/oauth2/token
scopes:
  - scope: openid
    description: OpenID Connect authentication (id_token issuance, RS256 signed)
    sources: [well-known/vault12-oauth-authorization-server.json]
  - scope: profile
    description: Access to the user's profile claims via the userinfo endpoint
    sources: [well-known/vault12-oauth-authorization-server.json]
  - scope: email
    description: Access to the user's email claims via the userinfo endpoint
    sources: [well-known/vault12-oauth-authorization-server.json]
  - scope: offline_access
    description: Long-lived access via refresh tokens
    sources: [well-known/vault12-oauth-authorization-server.json]