generated: '2026-07-18' method: searched source: https://id.articulate.com/.well-known/openid-configuration docs: https://id.articulate.com/.well-known/openid-configuration note: >- OpenID Connect scopes advertised by the Articulate identity provider (id.articulate.com) for user authentication / SSO. These are the standard OIDC claim scopes, not permissions on a public Articulate REST API (Articulate does not publish one). The oauth-authorization-server document additionally advertises the default Okta management scopes (okta.*), which govern the underlying Okta org rather than an Articulate product API, and are omitted here. schemes: - name: OAuth2 source: well-known/articulate-openid-configuration.json flows: - flow: authorizationCode authorizationUrl: https://id.articulate.com/oauth2/v1/authorize tokenUrl: https://id.articulate.com/oauth2/v1/token scopes: - scope: openid description: Authenticate the user and issue an ID token (OpenID Connect). - scope: email description: Access the user's email address and verification status. - scope: profile description: Access the user's basic profile claims (name, locale, etc.). - scope: address description: Access the user's address claim. - scope: phone description: Access the user's phone number claim. - scope: groups description: Access the user's group memberships. - scope: offline_access description: Issue a refresh token for long-lived access.