diff --git a/www/docs/providers/atlassian.md b/www/docs/providers/atlassian.md index 54f2b3c21a..7e02065496 100644 --- a/www/docs/providers/atlassian.md +++ b/www/docs/providers/atlassian.md @@ -9,8 +9,6 @@ https://developer.atlassian.com/cloud/jira/platform/oauth-2-authorization-code-g ## Example -For Jira Platform API access: - ```js import Providers from `next-auth/providers` ... @@ -18,8 +16,7 @@ providers: [ Providers.Atlassian({ 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', + scope: 'write:jira-work read:jira-work read:jira-user offline_access read:me' }) ] ... @@ -33,7 +30,7 @@ providers: [ An app can be created at https://developer.atlassian.com/apps/ ::: -Under "Apis and features" side menu, configure the following for the "OAuth 2.0 (3LO)" +Under "Apis and features" in the side menu, configure the following for "OAuth 2.0 (3LO)": - Redirect URL - http://localhost:3000/api/auth/callback/atlassian