Skip to content

Commit

Permalink
Merge pull request #55 from humanmade/backport-54-to-v8-branch
Browse files Browse the repository at this point in the history
[Backport v8-branch] [docs] Make saml config example consistent with others
  • Loading branch information
roborourke authored Jul 29, 2021
2 parents 19c8dea + e94e0a4 commit 160f181
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/saml-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ To enabled SAML 2.0 support, define the following options in the configuration f


```json
"sso": {
"saml": {
"required": true | false,
"metadata_file": ".config/sso/saml-idp-metadata.xml"
{
"extra": {
"altis": {
"modules": {
"sso": {
"saml": {
"required": true | false,
"metadata_file": ".config/sso/saml-idp-metadata.xml"
}
}
}
}
}
}
```
Expand Down

0 comments on commit 160f181

Please sign in to comment.