Skip to content

Commit 95a01f5

Browse files
authored
Update how-it-works.md
1 parent f0b5d48 commit 95a01f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs/docs/how-it-works.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ As an administrator of Goiabada you can create users and configure their propert
153153
You can also assign permissions and attributes to individual users. Attributes are key-value pairs or arbitraty information, and can be included in the access token or id token.
154154

155155
To facilitate user management, you can create groups of users. When you give a permission to a group, it's given to all group members. The same applies to attributes - group attributes will be included for all group members.
156-
c
157156

158157
Attributes are arbitrary key-value pairs that you can associate with either a user or a group. When creating an attribute, you can choose to include it either in the access token or the id token.
159158

@@ -352,4 +351,4 @@ The endpoint validates the presence of the `authserver:userinfo` scope within th
352351

353352
Please note that you don't need to manually request the `authserver:userinfo` scope in the authorization request. Instead, it will be automatically included in the access token whenever any OpenID Connect scope is included in the request.
354353

355-
The specific claims returned by the UserInfo endpoint depend on the OpenID Connect scopes included in the access token. For instance, if the `openid` and `email` scopes are present, the endpoint will return the `sub` (subject) claim from the `openid` scope, as well as the `email` and `email_verified` claims from the email scope.
354+
The specific claims returned by the UserInfo endpoint depend on the OpenID Connect scopes included in the access token. For instance, if the `openid` and `email` scopes are present, the endpoint will return the `sub` (subject) claim from the `openid` scope, as well as the `email` and `email_verified` claims from the email scope.

0 commit comments

Comments
 (0)