rockwell-factorytalk · OAuth Scopes

rockwell-factorytalk OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://optix.example.com/auth/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.

Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://optix.example.com/auth/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
optix.admin Manage recipes and project configuration clientCredentials
optix.read Read tag values and alarm data clientCredentials
optix.write Write tag values clientCredentials

Source

OAuth Scopes

rockwell-factorytalk-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/rockwell-factorytalk-optix-openapi.yml
schemes:
- name: oauth2
  source: openapi/rockwell-factorytalk-optix-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://optix.example.com/auth/token
scopes:
- scope: optix.admin
  description: Manage recipes and project configuration
  flows:
  - clientCredentials
  sources:
  - openapi/rockwell-factorytalk-optix-openapi.yml
- scope: optix.read
  description: Read tag values and alarm data
  flows:
  - clientCredentials
  sources:
  - openapi/rockwell-factorytalk-optix-openapi.yml
- scope: optix.write
  description: Write tag values
  flows:
  - clientCredentials
  sources:
  - openapi/rockwell-factorytalk-optix-openapi.yml