Skip to content

Commit

Permalink
Saml: Fix wrong baseurlpath in Saml README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lscharmer committed Sep 18, 2024
1 parent ca01be1 commit 783271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/Saml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The key `debug` is now not a boolean but an array value instead. New installatio
The key `baseurlpath` must be changed to the following. New installations will have this value as default.
```diff
- 'baseurlpath' => 'simplesaml/',
+ 'baseurlpath' => 'Services/saml/lib/',
+ 'baseurlpath' => 'Services/Saml/lib/',
```

If it does not already exist the key `module.enable` must be added with the following content. New installations will have this value as default.
Expand Down

0 comments on commit 783271b

Please sign in to comment.