Skip to content

docs: update Cornerstone LMS OAuth scopes to new format#371

Merged
mstrivens merged 1 commit intomainfrom
claude/issue-370-20260212-1159
Feb 12, 2026
Merged

docs: update Cornerstone LMS OAuth scopes to new format#371
mstrivens merged 1 commit intomainfrom
claude/issue-370-20260212-1159

Conversation

@mstrivens
Copy link
Contributor

@mstrivens mstrivens commented Feb 12, 2026

Updated three OAuth scopes in the Cornerstone LMS documentation:

  • vw_rpt_user:read → obj_users_core:read
  • vw_rpt_user_status:read → obj_user_status_core:read
  • vw_rpt_subject:read → obj_subject_core:read

Closes #370

Generated with Claude Code


Summary by cubic

Updated the Cornerstone LMS connection guide to use the new OAuth scope names so customers request the correct permissions: vw_rpt_user:read → obj_users_core:read, vw_rpt_user_status:read → obj_user_status_core:read, vw_rpt_subject:read → obj_subject_core:read. Aligns with Linear #370 and prevents setup errors with deprecated scopes.

Written for commit 915ae3e. Summary will update on new commits.

PR Summary by Typo

Overview

This PR updates the documentation for Cornerstone LMS OAuth scopes to reflect a new format. This ensures users are provided with the correct and up-to-date scope requirements for integration.

Key Changes

  • Updated vw_rpt_user:read to obj_users_core:read.
  • Changed vw_rpt_user_status:read to obj_user_status_core:read.
  • Replaced vw_rpt_subject:read with obj_subject_core:read.

Work Breakdown

Category Lines Changed
Rework 3 (100.0%)
Total Changes 3

Linked JIRA Issues

No issues found.

To turn off PR summary, please visit Notification settings.

Updated three OAuth scopes in the Cornerstone LMS documentation:
- vw_rpt_user:read → obj_users_core:read
- vw_rpt_user_status:read → obj_user_status_core:read
- vw_rpt_subject:read → obj_subject_core:read

Closes #370

Co-authored-by: Max Strivens <mstrivens@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 12, 2026 12:01
@typo-app
Copy link

typo-app bot commented Feb 12, 2026

Static Code Review 📊

✅ All quality checks passed!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Cornerstone LMS connection guide to reflect Cornerstone’s new OAuth scope naming scheme, ensuring readers request the correct permissions when configuring the integration (per Issue #370).

Changes:

  • Replaced vw_rpt_user:read with obj_users_core:read
  • Replaced vw_rpt_user_status:read with obj_user_status_core:read
  • Replaced vw_rpt_subject:read with obj_subject_core:read

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@typo-app typo-app bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review 🤖

Files Reviewed: 1
Comments Added: 0
Lines of Code Analyzed: 6
Critical Issues: 0

PR Health: Excellent 🔥

Give 👍 or 👎 on each review comment to help us improve.

Copy link
Contributor

@yash-stackone yash-stackone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mstrivens mstrivens merged commit 90ff2c6 into main Feb 12, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LMS Cornerstone Update Scopes

2 participants