DeepIP · OAuth Scopes

DeepIP OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://auth.deepip.ai/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.

CompanyIntellectual PropertyPatentsLegal TechArtificial IntelligencePatent DraftingIP ManagementDocument AutomationSecurityMCPAgentsPrior Art Search
Scopes: 14 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://auth.deepip.ai/authorize https://app.deepip.ai/mcp/authorize
Token URL
https://auth.deepip.ai/oauth/token https://app.deepip.ai/mcp/token
Flows
authorizationCode

Scopes (14)

ScopeDescriptionFlows
openid Standard OIDC — issue an ID token for the authenticated user. authorizationCode
profile Standard OIDC — basic profile claims. authorizationCode
email Standard OIDC — email address claim. authorizationCode
email_verified Standard OIDC — whether the email address is verified. authorizationCode
offline_access Issue a refresh token for long-lived access. authorizationCode
name Standard OIDC claim scope — full name. authorizationCode
given_name Standard OIDC claim scope — given name. authorizationCode
family_name Standard OIDC claim scope — family name. authorizationCode
nickname Standard OIDC claim scope — nickname. authorizationCode
picture Standard OIDC claim scope — profile picture URL. authorizationCode
created_at Auth0 claim scope — account creation timestamp. authorizationCode
identities Auth0 claim scope — linked identity providers. authorizationCode
phone Standard OIDC claim scope — phone number. authorizationCode
address Standard OIDC claim scope — postal address. authorizationCode

Source

OAuth Scopes

deepip-scopes.yml Raw ↑
generated: '2026-08-17'
method: probed
source: >-
  https://auth.deepip.ai/.well-known/openid-configuration,
  https://app.deepip.ai/.well-known/oauth-authorization-server
docs: null
docs_note: >-
  DeepIP publishes no scopes/permissions reference page. Both scope facts below
  were read from discovery metadata the provider serves anonymously.
schemes:
- name: deepip-auth0-oidc
  source: well-known/deepip-auth-openid-configuration.json
  issuer: https://auth.deepip.ai/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.deepip.ai/authorize
    tokenUrl: https://auth.deepip.ai/oauth/token
- name: mcp-oauth2
  source: well-known/deepip-app-oauth-authorization-server.json
  issuer: https://app.deepip.ai/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.deepip.ai/mcp/authorize
    tokenUrl: https://app.deepip.ai/mcp/token
  scopes_declared: false
  note: >-
    The MCP authorization server advertises NO scopes_supported array. An agent
    connecting to https://app.deepip.ai/mcp therefore cannot discover, before the
    consent screen, what permissions it is being granted over a patent portfolio.
    This is a real gap, recorded rather than filled in.
scopes:
- scope: openid
  description: Standard OIDC — issue an ID token for the authenticated user.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: profile
  description: Standard OIDC — basic profile claims.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: email
  description: Standard OIDC — email address claim.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: email_verified
  description: Standard OIDC — whether the email address is verified.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: offline_access
  description: Issue a refresh token for long-lived access.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: name
  description: Standard OIDC claim scope — full name.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: given_name
  description: Standard OIDC claim scope — given name.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: family_name
  description: Standard OIDC claim scope — family name.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: nickname
  description: Standard OIDC claim scope — nickname.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: picture
  description: Standard OIDC claim scope — profile picture URL.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: created_at
  description: Auth0 claim scope — account creation timestamp.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: identities
  description: Auth0 claim scope — linked identity providers.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: phone
  description: Standard OIDC claim scope — phone number.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
- scope: address
  description: Standard OIDC claim scope — postal address.
  flows: [authorizationCode]
  sources: [well-known/deepip-auth-openid-configuration.json]
  kind: identity
summary:
  total_scopes: 14
  identity_scopes: 14
  resource_scopes: 0
  note: >-
    Every published scope is an OIDC identity/claim scope from the Auth0 tenant.
    DeepIP publishes ZERO resource scopes — nothing that describes read or write
    access to inventions, drafts, office actions, or portfolios.