Apply suggestions from code review

Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
pull/3163/head
Travis Ralston 3 years ago committed by GitHub
parent 67b62cfe43
commit 70d9deb2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ administrator to configure where the CAS server is and the REST
endpoints which consume the ticket.
Homeservers may optionally expose multiple possible SSO options for
the user to pursue, typically in the form of several "login with $provider"
the user to pursue, typically in the form of several "log in with $provider"
buttons. These are known as "identity providers" (IdPs).
#### Client login via SSO

@ -27,8 +27,8 @@ properties:
and would map to the appropriate IdP-dependent redirect endpoint for that
IdP.
example: [
{"id": "com.example.idp.github", "name": "Github", "brand": "github"},
{"id": "com.example.idp.gitlab", "name": "Gitlab", "icon": "mxc://example.com/abc123"},
{"id": "com.example.idp.github", "name": "GitHub", "brand": "github"},
{"id": "com.example.idp.gitlab", "name": "GitLab", "icon": "mxc://example.com/abc123"},
]
items:
type: object

@ -46,7 +46,7 @@ Suitable for "Sign in with Apple": see https://developer.apple.com/design/human-
Logos available at https://github.com/logos.
### Gitlab
### GitLab
**Identifier**: `gitlab`

Loading…
Cancel
Save