This page (revision-6) was last changed on 29-Nov-2024 16:16 by -jim

This page was created on 29-Nov-2024 16:16 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 29-Nov-2024 16:16 4 KB -jim to previous
5 29-Nov-2024 16:16 4 KB -jim to previous | to last
4 29-Nov-2024 16:16 4 KB -jim to previous | to last
3 29-Nov-2024 16:16 4 KB -jim to previous | to last
2 29-Nov-2024 16:16 4 KB -jim to previous | to last
1 29-Nov-2024 16:16 4 KB unknown to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
[Scopes vs Claims]
[OAuth 2.0], a user [Grants] some [privileges] and [Resource Action] to a [OAuth Client] ([application]). As a result, an [Access_token] is issued from an [Authorization Server] to the client application. The [Resource Parameter] indicates which [Target Resource] the [OAuth Scope] applies.
At line 8 added 3 lines
Often people confuse [Scopes vs Claims].
At line 29 removed 12 lines
! Default scopes
The  [OpenID Connect|https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims]  specification only defines a single set of standard scopes:
||Scope||Claims
|email|[email], [email_verified]
|address|[address]
|profile|[name], [family_name], [given_name], [middle_name], [nickname], [preferred_username], [profile], [picture], [website], [gender], [birthdate|BirthDate], [zoneinfo], [locale], [updated_at]
|phone|[phone_number|Phone Number], [phone_number_verified]
|openid|[sub], auth_time, [acr] \\
At line 71 added 2 lines
* [#4] - [Grant Management for OAuth 2.0
|https://darutk.medium.com/grant-management-be9aeff3b394|target='_blank'] - based on information obtained 2022-01-09