Skip to content

Commit 8a69f7c

Browse files
turt2liveuhoreg
authored andcommitted
Apply suggestions from code review
Co-authored-by: Hubert Chathi <[email protected]>
1 parent 3215f20 commit 8a69f7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/client-server-api/modules/sso_login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ administrator to configure where the CAS server is and the REST
4040
endpoints which consume the ticket.
4141

4242
Homeservers may optionally expose multiple possible SSO options for
43-
the user to pursue, typically in the form of several "login with $provider"
43+
the user to pursue, typically in the form of several "log in with $provider"
4444
buttons. These are known as "identity providers" (IdPs).
4545

4646
#### Client login via SSO

data/api/client-server/definitions/sso_login_flow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ properties:
2727
and would map to the appropriate IdP-dependent redirect endpoint for that
2828
IdP.
2929
example: [
30-
{"id": "com.example.idp.github", "name": "Github", "brand": "github"},
31-
{"id": "com.example.idp.gitlab", "name": "Gitlab", "icon": "mxc://example.com/abc123"},
30+
{"id": "com.example.idp.github", "name": "GitHub", "brand": "github"},
31+
{"id": "com.example.idp.gitlab", "name": "GitLab", "icon": "mxc://example.com/abc123"},
3232
]
3333
items:
3434
type: object

informal/idp-brands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Suitable for "Sign in with Apple": see https://developer.apple.com/design/human-
4646
Logos available at https://github.com/logos.
4747

4848

49-
### Gitlab
49+
### GitLab
5050

5151
**Identifier**: `gitlab`
5252

0 commit comments

Comments
 (0)