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

fix: Use readonly OAuth scope in the AI Knowledge Assistant app #277

Merged
merged 1 commit into from Apr 23, 2024

Conversation

gtondello
Copy link
Contributor

The AI Knowledge Assistant uses the Chat API with user credentials to list the messages in a space. It only needs the scope chat.messages.readonly to list the messages; it doesn't need a scope with write permission.

The AI Knowledge Assistant uses the Chat API with user credentials to list the messages in a space. It only needs the scope chat.messages.readonly to list the messages; it doesn't need a scope with write permission.
@product-auto-label product-auto-label bot added the javascript Pull requests that update Javascript code label Apr 23, 2024
@jpoehnelt jpoehnelt merged commit e6cf527 into main Apr 23, 2024
11 of 15 checks passed
@jpoehnelt jpoehnelt deleted the fix/ai-knowledge-assistant-oauth-scope branch April 23, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants