Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix formatting #966

Merged
merged 3 commits into from
Jan 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,14 @@ The pattern of this URL is:
http(s)://<domain-of-ory-kratos>:<public-port>/self-service/methods/oidc/callback/<provider-id>
```

:::note While you can use
:::note
vinckr marked this conversation as resolved.
Show resolved Hide resolved
While you can use
[GitLab as an OIDC identity provider](https://docs.gitlab.com/ee/integration/openid_connect_provider.html),
GitLab only returns the sub and sub_legacy claims in the ID token. Therefore,
ORY Kratos makes a request to
[GitLab's /oauth/userinfo API](https://gitlab.com/oauth/userinfo) and adds the
user info to `std.extVar('claims')`. :::
user info to `std.extVar('claims')`.
:::
vinckr marked this conversation as resolved.
Show resolved Hide resolved

```json title="contrib/quickstart/kratos/email-password/oidc.gitlab.jsonnet"
local claims = {
Expand Down