Skip to content

Commit 6dcefe3

Browse files
author
Mathilde
authored
Update README.md
- Fix a typo - Fix proper email address - Fix Markdown rendering issue of links with brackets inside - Improve navigation in CryptPad directory directives
1 parent cb8e7fd commit 6dcefe3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Users will still be able to create a personal password which will be used to mak
2121
- Allow to synchronize OIDC roles / groups with cryptpad teams
2222
- Additional SSO protocols
2323

24-
If you are interested by these extra features and wishing to sponsor them, contact XWiki SAS at sales@cryptpad.fr.
24+
If you are interested by these extra features and wishing to sponsor them, contact XWiki SAS at sales@cryptpad.org
2525

2626
## Manual installation
2727

@@ -35,20 +35,20 @@ git clone https://github.com/cryptpad/sso/
3535
Go to the cryptpad/config directory on your server
3636

3737
```
38-
cd cryptpad/config
38+
cd ../../config
3939
cp sso.example.js sso.js
4040
```
4141

42-
and edit the sso.js to set the credentials to your SSO server:
42+
and edit the `sso.js` to set the credentials to your SSO server:
4343

44-
## Create an OpenID Connect COnfiguration on your authentication server
44+
## Create an OpenID Connect Configuration on your authentication server
4545

4646
The SSO module has been succesfully tested using KeyCloak and Univention UCS using default settings.
4747
When setting up the client credentials on your OpenIDC Connect server the following redirect URI needs to be set
4848

49-
https://<yourdomain>/ssoauth
49+
`https://<yourdomain>/ssoauth`
5050

51-
(In case you are still using a local test http server the URL should be http://<yourdomain>:<yourport>/ssoauth)
51+
(In case you are still using a local test http server the URL should be `http://<yourdomain>:<yourport>/ssoauth`)
5252

5353
### sso.js sample configurations
5454

0 commit comments

Comments
 (0)