File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,17 @@ Currently supported flows are:
1919
2020## Version compatibility
2121
22- | OIDC module | SimpleSAMLphp | PHP | Note |
23- | :------------| :--------------| :------:| -----------------------------|
24- | v5.\* | v2.1.\* | \> =8.1 | Recommended |
25- | v4.\* | v2.0.\* | \> =8.0 | |
26- | v3.\* | v2.0.\* | \> =7.4 | Abandoned from August 2023. |
27- | v2.\* | v1.19.\* | \> =7.4 | |
22+ Minor versions of SimpleSAMLphp noted below means that the module has been tested with that version of SimpleSAMLphp
23+ during module development. SimpleSAMLphp started following semantic versioning for its API from version 2.0. This means,
24+ for example, that v5.* of the oidc module should work on any v2.* of SimpleSAMLphp. However, do mind that there were
25+ PHP version requirement changes in minor releases for SimpleSAMLphp.
26+
27+ | OIDC module | Tested SimpleSAMLphp | PHP | Note |
28+ | :------------| :---------------------| :------:| -----------------------------|
29+ | v5.\* | v2.1.\* | \> =8.1 | Recommended |
30+ | v4.\* | v2.0.\* | \> =8.0 | |
31+ | v3.\* | v2.0.\* | \> =7.4 | Abandoned from August 2023. |
32+ | v2.\* | v1.19.\* | \> =7.4 | |
2833
2934### Upgrading?
3035
You can’t perform that action at this time.
0 commit comments