office365api - Outlook Office365 API Multiple Scope Issue -


i'm having trouble adding more 1 office365 resource scope. initial app using these 2 scopes , working great

https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=code&client_id={myclientid}&scope=https://outlook.office.com/mail.readwrite+offline_access 

i wanted have access read , write on outlook calendars went ahead , appended scope existing scopes.

&scope=https://outlook.office.com/mail.readwrite+https://outlook.office.com/calendars.readwrite+offline_access 

this when started getting screen right after click sign in

i unable find additional information on why these 2 scopes don't work together.

after doing more testing able scopes working individually once isolated them, however, not able use 2 office365 resource scopes together.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -