Skip to content

Commit 2212412

Browse files
committed
Move module_oidc.php to module_oidc.php.dist
1 parent 4e6bdaa commit 2212412

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Installation can be as easy as executing:
4646

4747
Copy the module config template file to the SimpleSAMLphp config directory:
4848

49-
cp modules/oidc/config-templates/module_oidc.php config/
49+
cp modules/oidc/config/module_oidc.php.dist config/
5050

5151
The options are self-explanatory, so make sure to go through the file and edit them as appropriate.
5252

UPGRADE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ key `authproc.oidc`
8181

8282
## Low impact changes
8383

84-
In an effort to move to SimpleSAMLphp way of working with user interface (UI), the client management UI was updated
84+
- In an effort to move to SimpleSAMLphp way of working with user interface (UI), the client management UI was updated
8585
to extend from the SimpleSAMLphp base template. In addition, we have also introduced some configuration overview pages
8686
where you can take a quick view of some of the configuration values for the module. OIDC related pages are now available
87-
from the main SimpleSAMLphp menu in Administration area.
87+
from the main SimpleSAMLphp menu in Administration area.
88+
89+
- The OIDC config template file has been moved from `config-templates/module_oidc.php` to `config/module_oidc.php.dist`.
90+
This is only relevant for new installations, since initially it is needed to copy the template file to default SSP
91+
config dir. README has been updated to reflect that change.
8892

8993
Below are also some internal changes that should not have impact for the OIDC OP implementors. However, if you are using
9094
this module as a library or extending from it, you will probably encounter breaking changes, since a lot of code
File renamed without changes.

0 commit comments

Comments
 (0)