Skip to content

Commit

Permalink
docs(atlassian): update provider scope (#5337)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromchen committed Sep 14, 2022
1 parent a0beb02 commit 658b22d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/providers/atlassian.md
Expand Up @@ -24,7 +24,11 @@ providers: [
AtlassianProvider({
clientId: process.env.ATLASSIAN_CLIENT_ID,
clientSecret: process.env.ATLASSIAN_CLIENT_SECRET,
scope: "write:jira-work read:jira-work read:jira-user offline_access read:me"
authorization: {
params: {
scope: "write:jira-work read:jira-work read:jira-user offline_access read:me"
}
}
})
]
...
Expand Down

1 comment on commit 658b22d

@vercel
Copy link

@vercel vercel bot commented on 658b22d Sep 14, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.