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
Post a Comment