Flow Engineering · OAuth Scopes

Flow Engineering OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://flowengineering.auth.eu-west-2.amazoncognito.com/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.

CompanySoftware DevelopmentHardware EngineeringRequirements ManagementSystems EngineeringMBSEAI AgentsCADProduct Lifecycle ManagementGraphQL
Scopes: 4 Flows: authorizationCode, implicit Method: searched

OAuth endpoints

Authorization URL
https://flowengineering.auth.eu-west-2.amazoncognito.com/oauth2/authorize
Token URL
https://flowengineering.auth.eu-west-2.amazoncognito.com/oauth2/token
Flows
authorizationCodeimplicit

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns the subject identifier in the ID token. authorizationCode, implicit
email Access to the user's email address and email_verified claim. authorizationCode, implicit
phone Access to the user's phone number and phone_number_verified claim. authorizationCode, implicit
profile Access to the user's standard profile claims (name, etc.). authorizationCode, implicit

Source

OAuth Scopes

flow-engineering-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://cognito-idp.eu-west-2.amazonaws.com/eu-west-2_iODQDOUFS/.well-known/openid-configuration
schemes:
- name: Cognito OAuth2 / OIDC
  source: https://cognito-idp.eu-west-2.amazonaws.com/eu-west-2_iODQDOUFS/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://flowengineering.auth.eu-west-2.amazoncognito.com/oauth2/authorize
    tokenUrl: https://flowengineering.auth.eu-west-2.amazoncognito.com/oauth2/token
  - flow: implicit
    authorizationUrl: https://flowengineering.auth.eu-west-2.amazoncognito.com/oauth2/authorize
scopes:
- scope: openid
  description: OpenID Connect authentication; returns the subject identifier in the ID token.
  flows: [authorizationCode, implicit]
- scope: email
  description: Access to the user's email address and email_verified claim.
  flows: [authorizationCode, implicit]
- scope: phone
  description: Access to the user's phone number and phone_number_verified claim.
  flows: [authorizationCode, implicit]
- scope: profile
  description: Access to the user's standard profile claims (name, etc.).
  flows: [authorizationCode, implicit]
notes: >-
  scopes_supported reflects the standard OIDC scopes advertised by the Cognito user pool
  discovery document. Any Flow-specific resource-server scopes are not advertised at the pool
  discovery endpoint and would require the documented enterprise onboarding.