Knewton · OAuth Scopes
Knewton OAuth Scopes
OAuth 2.0
searched
Knewton uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.
Tokens are issued from https://api.knewton.com/v0/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.
CompanyConsumerEducationEdTechAdaptive LearningLearning AnalyticsMachine LearningRecommendationsCoursewareHigher Education
Scopes: 0
Flows: clientCredentials
Method: searched
OAuth endpoints
Token URL
https://api.knewton.com/v0/oauth/token
https://api.knewton.com/v0/oauth/token
Flows
clientCredentials
clientCredentials
Scopes (0)
Knewton implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.
Knewton runs an OAuth 2.0 client_credentials flow but does NOT publish a permission scope registry. The OAuth `scope` parameter is overloaded to carry the external ID of the user account the returned tokens should be associated with, not a permission string. The real permission surface is the account `entitlements` list, captured below and in authentication/knewton-authentication.yml. No scope values are invented here.
Knewton runs an OAuth 2.0 client_credentials flow but does NOT publish a permission scope registry. The OAuth `scope` parameter is overloaded to carry the external ID of the user account the returned tokens should be associated with, not a permission string. The real permission surface is the account `entitlements` list, captured below and in authentication/knewton-authentication.yml. No scope values are invented here.
📄 Provider scope reference: https://dev.knewton.com/implementation/authentication-and-authorization/