Repeated OAUTH scopes text

image

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

No, just the permission strings were made clearer.

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

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.