Minor fixes in the README.
This commit is contained in:
parent
a1cd95752a
commit
ddf7226ba8
@ -12,7 +12,7 @@ same identifier.
|
|||||||
Installation of the [npm package](https://npmjs.org/package/xo-server-auth-saml):
|
Installation of the [npm package](https://npmjs.org/package/xo-server-auth-saml):
|
||||||
|
|
||||||
```
|
```
|
||||||
> npm install --save xo-server-auth-saml
|
> npm install --global xo-server-auth-saml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -30,8 +30,8 @@ plugins:
|
|||||||
auth-saml:
|
auth-saml:
|
||||||
path: '/signin/saml/callback'
|
path: '/signin/saml/callback'
|
||||||
|
|
||||||
# Server certificate used to validate
|
# Server certificate used to validate in Base64 (no comments, no line breaks).
|
||||||
cert: '-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----'
|
cert: 'MIIFBjCCAu4CCQDBMhqko5KQODANBgkqhkiG9w0BAQ ...'
|
||||||
|
|
||||||
# Identity provider entry point (sign in URL).
|
# Identity provider entry point (sign in URL).
|
||||||
entryPoint: 'https://saml.example.org/signin/'
|
entryPoint: 'https://saml.example.org/signin/'
|
||||||
|
Loading…
Reference in New Issue
Block a user