The provided value for the input value scope is not valid for OnlineMeeting.ReadWrite

Rahul Sharma 0 Reputation points
2023-01-20T06:33:02.36+00:00

I am trying to create meeting on behalf of a user for that I am trying to get the code. I have registered the app on Azure. Also generated Application(Client) ID I have also added the required permission in the API. But when I am visiting this page the page asks for the email id but once the users fill the email id it says The provided value for the input value scope is not valid for OnlineMeeting.ReadWrite in the redirect URL.Screenshot from 2023-01-20 12-00-38

Any one please help me know what I am missing here.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,677 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HarmeetSingh7172 4,811 Reputation points
    2023-01-20T13:58:23+00:00

    Hello @Rahul Sharma

    Thanks for reaching out!

    It seems there is some issue with the scope. Your requested scope is either invalid, unknown, malformed, or exceeds the scope granted by the resource owner. Please refer this document to know how to handle invalid-scope errors.

    Also, please share us the screenshots of API request and the grant_type details which you are using.

    In case, grant_type is client credential flow, then you cannot dynamically request scopes. You must configure your required permission scopes on your app registration, then you set the value of scope in your code to "https://graph.microsoft.com/.default".

    Refer this document to know more.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.