cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
0
Helpful
2
Replies

Why is it different from the requested scope?

proster12
Level 1
Level 1

This is the logic to get the access token using the integrated app.

authorization url
https://webexapis.com/v1/authorize?client_id=[client_id]&response_type=code&redirect_uri=https%3A%2F%2Flocalhost%2Fapp%2Ftest%2Fcallback&scope=identity%3Atokens_read%20meeting%3Aadmin_schedule_read%20meeting%3Aadmin_schedule_write%20meeting%3Aschedul...

scope is defined as follows.
spark:all
spark:kms
identity:tokens_read
meeting:schedules_write
meeting:schedules_read
meeting:admin_schedules_write
meeting:admin_schedules_read
spark-compliance:messages_write

However, the returned scope is as follows.
spark:all spark:kms identity:tokens_read

Why is it different from the requested scope?

 

2 Replies 2

Rudrakshi
Cisco Employee
Cisco Employee

Hello,

If you modify the scopes for an Integration, you will also need to re-authorize it in order to reflect the updated scopes using the updated OAuth Authorization URL. If this is not the case, please drop an email to: devsupport@webex.com mentioning the ClientID.

Hope this helps!



Best regards,
Rudrakshi Srivastava

I sent the clientid by mail.

Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.