quality of changeset

Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
This commit is contained in:
Matteo Silvestri
2023-10-04 09:56:48 +02:00
parent 627a84204d
commit 07b05a7dc9
+3 -3
View File
@@ -9,9 +9,9 @@ allows to filter out bot users not using a license using the `is_using_seat`
field.
We also added the annotation `gitlab.com/saml-external-uid` taking the value
of `group_saml_identity.extern_uid` of the forementioned endpoint response.
This is useful in case you want to backreference the user with the id of your
identity provider (e.g. OneLogin).
of `group_saml_identity.extern_uid` of the `groups/:group-id/members` endpoint
response. This is useful in case you want to create a `SignInResolver` that
references the user with the id of your identity provider (e.g. OneLogin).
ref: