NoRedInk · OAuth Scopes

NoRedInk OAuth Scopes

OAuth 2.0 searched

NoRedInk publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the NoRedInk API on a user’s behalf.

Tokens are issued from https://www.noredink.com/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.

CompanyEducationEdTechEnglish Language ArtsGrammarWritingLiteracyK-12OAuthOpenID ConnectSingle Sign-OnRosteringIdentity
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.noredink.com/oauth/authorize
Token URL
https://www.noredink.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
openid OpenID Connect authentication scope. Requests an ID token asserting the user's identity (iss, sub, aud, exp, iat, roles claims) via the userinfo endpoint. authorizationCode

Source

OAuth Scopes

noredink-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: well-known/noredink-openid-configuration.json
docs: https://www.noredink.com/.well-known/openid-configuration
schemes:
- name: OAuth2
  source: well-known/noredink-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.noredink.com/oauth/authorize
    tokenUrl: https://www.noredink.com/oauth/token
scopes:
- scope: openid
  description: >-
    OpenID Connect authentication scope. Requests an ID token asserting the
    user's identity (iss, sub, aud, exp, iat, roles claims) via the userinfo
    endpoint.
  flows:
  - authorizationCode
  sources:
  - well-known/noredink-openid-configuration.json
notes: >-
  NoRedInk's discovery document advertises a single OAuth 2.0 scope (`openid`).
  Any additional partner/rostering scopes are not published in the public
  discovery metadata.