-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15ecd58
commit 961740e
Showing
18 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Submodule dbp-relay-core-bundle
updated
9 files
Submodule dbp-relay-core-connector-ldap-bundle
updated
21 files
+0 −1 | .github/workflows/test.yml | |
+5 −0 | CHANGELOG.md | |
+8 −11 | composer.json | |
+32 −779 | composer.lock | |
+0 −24 | psalm.xml | |
+0 −41 | src/Event/UserDataLoadedEvent.php | |
+2 −4 | src/Ldap/HealthCheck.php | |
+42 −19 | src/Ldap/LdapConnection.php | |
+1 −1 | src/Ldap/LdapConnectionInterface.php | |
+21 −7 | src/Ldap/LdapConnectionProvider.php | |
+5 −4 | src/Ldap/LdapEntry.php | |
+0 −77 | src/Ldap/TestLdapConnection.php | |
+0 −30 | src/Ldap/TestLdapEntry.php | |
+16 −26 | src/Service/UserAttributeProvider.php | |
+2 −2 | tests/Kernel.php | |
+316 −0 | tests/LdapConnectionProviderTest.php | |
+0 −12 | tests/LdapTests.php | |
+21 −0 | tests/UndefinedConditionNode.php | |
+20 −0 | tests/UndefinedLogicalNode.php | |
+118 −67 | tests/UserAttributeProviderTest.php | |
+0 −27 | tests/UserDataLoadedTestEventSubcriber.php |
Submodule dbp-relay-core-connector-textfile-bundle
updated
4 files
+1 −1 | composer.json | |
+19 −19 | composer.lock | |
+11 −14 | src/Service/UserAttributeProvider.php | |
+7 −6 | tests/Test.php |
Submodule dbp-relay-esign-bundle
updated
33 files
Submodule relay-core-connector-oidc-bundle
updated
7 files
+4 −0 | CHANGELOG.md | |
+24 −24 | composer.lock | |
+5 −1 | docs/config.md | |
+3 −0 | docs/roles.md | |
+5 −0 | src/Authenticator/BearerUserProvider.php | |
+4 −0 | src/DependencyInjection/Configuration.php | |
+22 −3 | tests/Authenticator/BearerUserProviderTest.php |