simplesamlphp-module-oidc
simplesamlphp-module-oidc copied to clipboard
A SimpleSAMLphp module for OIDC OP support.
DBAL: https://www.doctrine-project.org/projects/dbal.html Also consider migrations: https://www.doctrine-project.org/projects/migrations.html
Currently, the SimpleSAMLphp OpenID Connect module does not support multiple OpenID Connect (OIDC) providers per instance. In contrast, SimpleSAMLphp natively supports multiple SAML Identity Providers (IdPs) by defining multiple metadata...
Specification: https://openid.net/specs/openid-connect-registration-1_0.html
> Hmm, that error message is non-descriptive to any of us. Have you tried enabling debug-logging? _Originally posted by @tvdijen in [#271](https://github.com/simplesamlphp/simplesamlphp-module-oidc/issues/271#issuecomment-2627951598)_ Logging messages are in many cases just a...
### Summary I am using SimpleSAMLphp as an IdP with the OIDC module (acting as an OP). Several clients (SPs/RPs) are connected to this IdP, some via SAML and others...
Releases: https://github.com/thephpleague/oauth2-server/releases
We should try and mimic the possibility to enable particular authentication processing filter for particular Relying Party, similar in how this is possible for SAML Service Providers described in https://simplesamlphp.org/docs/stable/simplesamlphp-authproc.html#filters-in-metadata
Config option for designating user identifier https://github.com/simplesamlphp/simplesamlphp-module-oidc/blob/0080cf2ca10a6c00a80835a9e83638245ce9ea82/config/module_oidc.php.dist#L79 is a single value. This means that it is expected that this attribute is always available in the set of user attributes after...