Kiteworks · OAuth Scopes
Kiteworks OAuth Scopes
OAuth 2.0
searched
Kiteworks 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://{kiteworks_server}/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.
CompanySecure File SharingManaged File TransferSecure EmailData GovernanceRegulatory ComplianceContent SecurityPrivate Data NetworkCMMCSCIM
Scopes: 0
Flows: authorizationCode, jwt-bearer
Method: searched
OAuth endpoints
Authorization URL
https://{kiteworks_server}/oauth/authorize
https://{kiteworks_server}/oauth/authorize
Token URL
https://{kiteworks_server}/oauth/token
https://{kiteworks_server}/oauth/token
Flows
authorizationCodejwt-bearer
authorizationCodejwt-bearer
Scopes (0)
Kiteworks 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.
Kiteworks does not publish a fixed enumerated scope list. Scopes are configured per custom application in the Admin console and requested as a space-separated list. The scope grammar is hierarchical and pattern-based: {HTTP_METHOD}/{resource}/{qualifier}, where * is a wildcard in any position. The derive-oauth-scopes.py baseline returns nothing because the published v28 OpenAPI declares no securitySchemes.
Kiteworks does not publish a fixed enumerated scope list. Scopes are configured per custom application in the Admin console and requested as a space-separated list. The scope grammar is hierarchical and pattern-based: {HTTP_METHOD}/{resource}/{qualifier}, where * is a wildcard in any position. The derive-oauth-scopes.py baseline returns nothing because the published v28 OpenAPI declares no securitySchemes.
📄 Provider scope reference: https://developer.kiteworks.com/authentication.html