-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
None
-
Affects Version/s: 5.8.0
-
Component/s: Documentation & IX
-
None
-
1
-
Severity 2 - Major
Issue
In the documentation Detailed steps to configure OAuth 2.0 integration with Microsoft Azure, there are several mistakes related to the configuration for the MS Graph API integration which was introduced in JSM 5.8.0 as per this feature request:
- the API permissions on the Azure side are incorrect:
offline_access Mail.Read
- the scopes to be used in Jira are incorrect as well:
https://graph.microsoft.com/Mail.Read https://graph.microsoft.com/offline_access
Suggestion for fix
Fix 1
Under REQUIRED API PERMISSIONS FOR MICROSOFT GRAPH API (VALID FOR JSM 5.8+ ONLY), replace the existing permissions with the following permissions:
Mail.ReadWrite offline_access
Fix 2
Under SCOPES FOR MICROSOFT GRAPH API (VALID FOR JSM 5.8+ ONLY), replace the existing scopes with the following scopes:
Mail.ReadWrite offline_access