Skip to content

Commit

Permalink
docs: make explicit that there's config left out in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh authored Jun 4, 2024
1 parent 8119cf5 commit 0bd3fcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/discopower.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ To enable the use of DiscoPower, you need to edit your [service provider configu
$config = [
'default-sp' => [
'saml:SP',
'discoURL' => 'https://sp1.example.org/simplesaml/module.php/discopower/disco.php',
'entityID' => …,
'discoURL' => '/simplesaml/module.php/discopower/disco.php',
],
];
```
Expand Down

0 comments on commit 0bd3fcb

Please sign in to comment.