diff options
author | Sheogorath | 2019-09-02 19:24:04 +0300 |
---|---|---|
committer | GitHub | 2019-09-02 19:24:04 +0300 |
commit | c765f34d03cf8559b8f7c60ceb0f072f1a0971c8 (patch) | |
tree | ca3aea02efdaf3087efb90aab31bd2bdf6523f73 /config.json.example | |
parent | 2e627099d895035d900bbb7aba656ce7d008c233 (diff) | |
parent | d21ede4df8b1066ff5a2a11d4753f55d1c40823d (diff) |
Merge pull request #143 from Fonata/improve-docs
Slightly improve documentation
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index d1c1cc5c..f627fadb 100644 --- a/config.json.example +++ b/config.json.example @@ -91,7 +91,7 @@ "saml": { "idpSsoUrl": "change: authentication endpoint of IdP", "idpCert": "change: certificate file path of IdP in PEM format", - "issuer": "change or delete: identity of the service provider (default: serverurl)", + "issuer": "change or delete: identity of the service provider (default: config.serverURL)", "identifierFormat": "change or delete: name identifier format (default: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')", "disableRequestedAuthnContext": "change or delete: true to allow any authentication method, false restricts to password authentication method (default: false)", "groupAttribute": "change or delete: attribute name for group list (ex: memberOf)", |