NoRedInk OAuth & OpenID Connect

NoRedInk's OAuth 2.0 authorization server with OpenID Connect on top, used for single sign-on and partner/classroom-rostering integrations. Advertises the authorization-code + refresh-token grants, an `openid` scope, RS256 id tokens, and userinfo/JWKS/introspection/revocation endpoints under /oauth/*.

API entry from apis.yml

apis.yml Raw ↑
name: NoRedInk OAuth & OpenID Connect
description: NoRedInk's OAuth 2.0 authorization server with OpenID Connect on top, used for single sign-on
  and partner/classroom-rostering integrations. Advertises the authorization-code + refresh-token grants,
  an `openid` scope, RS256 id tokens, and userinfo/JWKS/introspection/revocation endpoints under /oauth/*.
humanURL: https://www.noredink.com/product/overview/
baseURL: https://www.noredink.com
tags:
- OAuth
- OpenID Connect
- Single Sign-On
- Identity
properties:
- type: OpenIDConnect
  url: https://www.noredink.com/.well-known/openid-configuration
- type: Authentication
  url: authentication/noredink-authentication.yml
- type: OAuthScopes
  url: scopes/noredink-scopes.yml
- type: WellKnown
  url: well-known/noredink-well-known.yml