docs: update Cornerstone LMS OAuth scopes to new format#371
Merged
Conversation
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>
|
Static Code Review 📊 ✅ All quality checks passed! |
Contributor
There was a problem hiding this comment.
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:readwithobj_users_core:read - Replaced
vw_rpt_user_status:readwithobj_user_status_core:read - Replaced
vw_rpt_subject:readwithobj_subject_core:read
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated three OAuth scopes in the Cornerstone LMS documentation:
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
vw_rpt_user:readtoobj_users_core:read.vw_rpt_user_status:readtoobj_user_status_core:read.vw_rpt_subject:readwithobj_subject_core:read.Work Breakdown
Linked JIRA Issues
No issues found.
To turn off PR summary, please visit Notification settings.