simplesamlphp / simplesamlphp-module-oidc

A SimpleSAMLphp module for OIDC OP support.
Other
45 stars 22 forks source link

Support for simplesamlphp 2.1.0 #209

Closed rmdashrfslash closed 9 months ago

rmdashrfslash commented 9 months ago

Hi - tried to install oidc version 4.0.1 with simplesamlphp 2.1.0. Unfortunately had some dependency conflicts. Most notably psr/log - which is now locked at 3.0 in simplesamlphp 2.1.0, which oidc requires 1.1.

7 62.03 - Root composer.json requires simplesamlphp/simplesamlphp-module-oidc ^4.0.1 -> satisfiable by simplesamlphp/simplesamlphp-module-oidc[v4.0.1].

7 62.03 - simplesamlphp/simplesamlphp-module-oidc v4.0.1 requires psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but it conflicts with your root composer.json require

Thanks

Al

cicnavi commented 9 months ago

Hi, unfortunately oidc v4 is not compatible with SSP v2.1. v5 which is compatible is in progress (branch dev-v5), however, not sure when it will be release ready...

cicnavi commented 9 months ago

We have released v5 of the module, which can now be used with SSP v2.1.