Niteshift · OAuth Scopes

Niteshift OAuth Scopes

OAuth 2.0 searched

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

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

CompanyInfrastructureCoding AgentsAI AgentsDeveloper ToolsCloud Development EnvironmentsDevOpsAutomation
Scopes: 4 Flows: authorizationCode, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://auth.niteshift.dev/oauth2/authorize
Token URL
https://auth.niteshift.dev/oauth2/token
Flows
authorizationCodedeviceCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access to the end user's basic profile claims.
email Access to the end user's email address claim.
offline_access Issue a refresh token for long-lived, offline access.

Source

OAuth Scopes

niteshift-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://niteshift.dev/.well-known/oauth-authorization-server
docs: https://auth.niteshift.dev/.well-known/openid-configuration
schemes:
  - name: OAuth2
    source: well-known/niteshift-oauth-authorization-server.json
    issuer: https://auth.niteshift.dev
    flows:
      - flow: authorizationCode
        authorizationUrl: https://auth.niteshift.dev/oauth2/authorize
        tokenUrl: https://auth.niteshift.dev/oauth2/token
      - flow: deviceCode
        deviceAuthorizationUrl: https://auth.niteshift.dev/oauth2/device_authorization
        tokenUrl: https://auth.niteshift.dev/oauth2/token
scopes:
  - scope: openid
    description: OpenID Connect authentication; issue an ID token.
    sources: [well-known/niteshift-oauth-authorization-server.json]
  - scope: profile
    description: Access to the end user's basic profile claims.
    sources: [well-known/niteshift-oauth-authorization-server.json]
  - scope: email
    description: Access to the end user's email address claim.
    sources: [well-known/niteshift-oauth-authorization-server.json]
  - scope: offline_access
    description: Issue a refresh token for long-lived, offline access.
    sources: [well-known/niteshift-oauth-authorization-server.json]
notes: >-
  Scopes are the standard OIDC set advertised by scopes_supported in the
  published RFC 8414 authorization-server metadata. No resource-specific
  scope taxonomy is published (no provider OpenAPI/API reference exists).