# Repeated OAUTH scopes text

**URL:** https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877
**Category:** Uncategorized
**Created:** [May 23, 2024, 1:52pm UTC](https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877 "2024-05-23T13:52:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![isaaclopinho](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/isaaclopinho/32/2288_2.png) [@isaaclopinho](https://www.patreondevelopers.com/u/isaaclopinho)
#### Post date: [May 23, 2024, 1:52pm UTC](https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877/1 "2024-05-23T13:52:21Z")

</div>

![image](https://canada1.discourse-cdn.com/flex036/uploads/patreondevelopers/original/2X/7/79184d09e5e8de652ac0b3ca39f13a40ffb7af46.png)

I noticed that the text of the Identity and Identity.membership scopes are almost the same. Has anything changed in the permissions of oAuth scopes?

I’m currently using the scope: identity identity[email] identity.membership

---

<div class="post-metadata">

### Author: ![codebard](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/codebard/32/14_2.png) [@codebard](https://www.patreondevelopers.com/u/codebard)
#### Post date: [May 23, 2024, 4:25pm UTC](https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877/2 "2024-05-23T16:25:14Z")

</div>

No, just the permission strings were made clearer.

---

<div class="post-metadata">

### Author: ![isaaclopinho](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/isaaclopinho/32/2288_2.png) [@isaaclopinho](https://www.patreondevelopers.com/u/isaaclopinho)
#### Post date: [May 23, 2024, 4:38pm UTC](https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877/3 "2024-05-23T16:38:34Z")

</div>

> [@isaaclopinho](#):
>
> identity.membership

So Identity.membership is the same as Identity but also returns the user’s pledges? Can I just use Identity[email] and Identity.memberships?

Because otherwise, the text is redundant for identity/identity.members

---

<div class="post-metadata">

### Author: ![codebard](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/codebard/32/14_2.png) [@codebard](https://www.patreondevelopers.com/u/codebard)
#### Post date: [May 30, 2024, 8:56pm UTC](https://www.patreondevelopers.com/t/repeated-oauth-scopes-text/8877/4 "2024-05-30T20:56:57Z")

</div>

No, you would have to use all of them. Yes, the text may be redundant for certain scopes after the updates. It will be addressed in some time. For now just use all the scopes you need.
