Skip to content

Commit addbd1a

Browse files
authored
feat(docs): add sso_identities claims to the userinfo doc (#688)
* feat(docs): add sso_identities claims to the userinfo doc * fix: fix lint error
1 parent 33a91a2 commit addbd1a

File tree

5 files changed

+31
-34
lines changed

5 files changed

+31
-34
lines changed

docs/docs/recipes/customize-sie/custom-css.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ For instance, if you want to give your sign-in page a feel of the **_Night City_
2727
font-style: normal;
2828
font-weight: normal;
2929
font-display: swap;
30-
src: url('https://fonts.gstatic.com/s/rocksalt/v18/MwQ0bhv11fWD6QsAVOZrt0M6p7NGrQ.woff2') format('woff2');
30+
src: url('https://fonts.gstatic.com/s/rocksalt/v18/MwQ0bhv11fWD6QsAVOZrt0M6p7NGrQ.woff2')
31+
format('woff2');
3132
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
3233
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
3334
}
@@ -36,7 +37,8 @@ For instance, if you want to give your sign-in page a feel of the **_Night City_
3637
font-style: normal;
3738
font-weight: normal;
3839
font-display: swap;
39-
src: url('https://fonts.gstatic.com/s/sharetech/v17/7cHtv4Uyi5K0OeZ7bohU8H0JmBUhfrE.woff2') format('woff2');
40+
src: url('https://fonts.gstatic.com/s/sharetech/v17/7cHtv4Uyi5K0OeZ7bohU8H0JmBUhfrE.woff2')
41+
format('woff2');
4042
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
4143
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
4244
}

docs/docs/references/connectors/README.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ We have concluded different use cases and suggestions for users since _target_ i
9292
</td>
9393
<td>
9494
➖<br />
95-
Splitting your user pool is the only scenario where you would need to use both connectors. However,
96-
it&#x27;s generally considered best practice to create two separate tenants to handle this use
97-
case.
95+
Splitting your user pool is the only scenario where you would need to use both connectors.
96+
However, it&#x27;s generally considered best practice to create two separate tenants to
97+
handle this use case.
9898
</td>
9999
</tr>
100100
<tr>
@@ -109,9 +109,9 @@ We have concluded different use cases and suggestions for users since _target_ i
109109
<td>Using either of these two connectors can result in the exact same outcome.</td>
110110
<td>
111111
➖<br />
112-
Creating two connectors that essentially do the same thing can be confusing for end-users and
113-
doesn&#x27;t make much sense. It&#x27;s better to use one connector that fits your specific use
114-
case.
112+
Creating two connectors that essentially do the same thing can be confusing for end-users
113+
and doesn&#x27;t make much sense. It&#x27;s better to use one connector that fits your
114+
specific use case.
115115
</td>
116116
</tr>
117117
</tbody>

docs/quick-starts/fragments/_scope-claim-list.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ Here's the list of supported scopes and the corresponding claims:
3636

3737
**`identities`**
3838

39-
| Claim name | Type | Description | Needs userinfo? |
40-
| ---------- | -------- | --------------------------------- | --------------- |
41-
| identities | `object` | The linked identities of the user | Yes |
39+
| Claim name | Type | Description | Needs userinfo? |
40+
| -------------- | -------- | ------------------------------------- | --------------- |
41+
| identities | `object` | The linked identities of the user | Yes |
42+
| sso_identities | `array` | The linked SSO identities of the user | Yes |
4243

4344
**`urn:logto:scope:organizations`**
4445

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"husky": "^9.0.0",
5151
"lint-staged": "^15.0.0",
5252
"postcss": "^8.4.31",
53-
"prettier": "^3.2.5",
53+
"prettier": "^3.3.0",
5454
"prism-react-renderer": "^2.3.1",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",

pnpm-lock.yaml

Lines changed: 16 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)