mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-26 23:21:24 +00:00
Fix emoji replacement in SAML docs
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c093c67c67
commit
5218a4f07f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
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:unspecified
|
||||
- `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress` (default)
|
||||
- `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`
|
||||
|
||||
- `config.json`:
|
||||
```javascript
|
||||
|
|
Loading…
Reference in a new issue