Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v5.2.1 #590

Merged
merged 2 commits into from
Apr 25, 2024
Merged

release: v5.2.1 #590

merged 2 commits into from
Apr 25, 2024

Conversation

jrchamp
Copy link
Collaborator

@jrchamp jrchamp commented Apr 23, 2024

Several nice fixes, thanks all! This should also allow new integrations which only allow granular scopes to not be completely broken.

Note: Tracking field API support is not yet available in the list of granular scopes.

Fixes #583

@jrchamp jrchamp added the bug Fixes problems or reduces technical debt label Apr 23, 2024
@jrchamp jrchamp requested a review from a team April 23, 2024 15:22
@jrchamp jrchamp self-assigned this Apr 23, 2024
README.md Outdated Show resolved Hide resolved
classes/webservice.php Outdated Show resolved Hide resolved
Copy link
Contributor

@karenliulll karenliulll left a comment

Choose a reason for hiding this comment

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

Looks great!

@jrchamp jrchamp merged commit e2f6f7b into ncstate-delta:main Apr 25, 2024
7 checks passed
@jrchamp jrchamp deleted the fix/granular-scopes branch April 25, 2024 15:28
@MBlondin
Copy link

Just updated to v5.2.1 and still getting the Connection status: Connection failed: The Zoom OAuth configuration is missing these required scopes: meeting:read:invitation:admin, meeting:delete:meeting:admin, meeting:update:meeting:admin, user:read:list_schedulers:admin, user:read:settings:admin error

@jrchamp
Copy link
Collaborator Author

jrchamp commented Apr 25, 2024

Hi @MBlondin,

The updated documentation for granular scopes clarifies that the full set of required scopes is now:

  • meeting:read:meeting:admin (Get meeting)
  • meeting:read:invitation:admin (Get meeting invitation)
  • meeting:delete:meeting:admin (Delete meeting)
  • meeting:update:meeting:admin (Update meeting)
  • meeting:write:meeting:admin (Create meeting)
  • user:read:list_schedulers:admin (List schedulers)
  • user:read:settings:admin (Get user settings)
  • user:read:user:admin (Get user)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes problems or reduces technical debt
Projects
Archived in project
3 participants