...
Why is an approval needed?
Using our app requires delegated access to Microsoft 365, via the Microsoft Graph API. We use the most common form of delegated authentication flow, the authentication code flow via an Enterprise application. In many cases, access to Microsoft Graph resources is restricted by default. If you can’t login from Jira or Microsoft Teams, your Microsoft 365 or Azure administrator might need to consent to the app for you.
...
App feature | Enterprise app client id | Scopes |
---|
Email | e7185a25-9df9-4d05-b779-76b04bf46424
| Code Block |
---|
Mail.ReadWrite.Shared
Mail.Send.Shared
People.Read
User.Read
User.ReadBasic.All |
Approve for all users |
Meetings | e7185a25-9df9-4d05-b779-76b04bf46424
| Code Block |
---|
Calendars.ReadWrite
Calendars.ReadWrite.Shared
MailboxSettings.Read
OnlineMeetings.ReadWrite
People.Read
User.Read
User.ReadBasic.All |
Approve for all users Necessary for certain features to work, e.g. searching for rooms Approve for all users (incl. optional) |
Calendar | e7185a25-9df9-4d05-b779-76b04bf46424
| Code Block |
---|
Calendars.ReadWrite
Calendars.ReadWrite.Shared
MailboxSettings.Read
OnlineMeetings.ReadWrite
People.Read
User.Read
User.ReadBasic.All |
Approve for all users Necessary for certain features to work, e.g. searching for rooms & embedding Teams channel calendars Code Block |
---|
Place.Read.All
Group.ReadWrite.All
Team.ReadBasic.All |
Approve for all users |
To Do | 32d752a1-8945-4600-97c9-73ed32c3627a
| Code Block |
---|
Tasks.Read
Tasks.ReadWrite
Tasks.ReadWrite.Shared
User.Read |
Approve for all users |
Teams | 89d5ca9f-d63b-4885-bd30-6e7433c1540c
| Code Block |
---|
Channel.ReadBasic.All
ChannelMessage.Send
Chat.ReadWrite
Team.ReadBasic.All
User.Read
User.ReadBasic.All
Presence.Read.All |
Approve for all users |
Teams JSM portal | a47ed889-74d6-4acf-b5c8-b1172696eb70
| Approve for all users |
Teams JSM portal notifications | 89d5ca9f-d63b-4885-bd30-6e7433c1540c
| Code Block |
---|
TeamsTab.Create
AppCatalog.Read.All
TeamsAppInstallation.ReadWriteForChat |
Since the portal link is an individual link we can’t provide a direct link to approve for all users. Feel free to see our docs to get the direct link: Approve for all users |
...