Merge pull request #1102 from hedgedoc/fix-saml-docs

Fix emoji replacement in SAML docs
This commit is contained in:
Yannick Bungers 2021-04-04 22:08:29 +02:00 committed by GitHub
commit 48e736f3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ you want to match your IdP, you can use more configurations as below.
- `identifierFormat`: A format of unique id to identify the user of IdP, which is the format based on email address as - `identifierFormat`: A format of unique id to identify the user of IdP, which is the format based on email address as
default. It is recommend that you use as below. default. It is recommend that you use as below.
- urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress (default) - `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress` (default)
- urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified - `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
- `config.json`: - `config.json`:
```javascript ```javascript