Why do we create Oauth Entity scope and how these values comes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 04:06 AM
Hello Team
why do we create oAuth Entity scope and how these values comes and what is the purpose and where it will use? please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 07:54 AM
In the OAuth provider scenario, the OAuth profile refers to a combination of a grant type and at least one scope. The scope specifies the access that the user has to the protected resource, such as read or write. You can create a profile for each third-party provider and obtain the specific set of scopes from the provider.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 10:30 PM
Hi Sir,
can you share one example to understand?
Regards'
Anil Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 05:48 AM
You can think in this way that you are try to integrate Microsoft Outlook Calendar, in order to do that you first need the read roles associated with a token you are generating with Oauth. Therefore in the scope you will define/create a record which will have the exact name of role need to read the calendar.
By doing this when you will generate the token, it will have permissions to read the calender. then this token will be used in integration through rest api or other ways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 11:42 PM
Hi Sir,
can you share screen shot or best example to understand so that i would implement?