codedge
codedge
@dependabot rebase
Also unclear for me in which version this was solved. I run in the same issue using netbird `0.59.2` with k3s `1.34.1+k3s1`.
Thank. you @amirsarafian Would you be able to also provide a test for that?
@andrew-svirin I don't understand what you suggest. The login details like `hostId`, `userId` and so on are properly filled into `$bank` and `$user`. I use an `ArrayKeyringManager`, in your test...
Still not clear: I want to use my own generator, as described. There is no `setCertificateOptionsByBank` method. How does the code looks like with my generator? You suggest using a...
I know, it is open source and it works well with EBICS 2.5. I was just wondering why the instructions you give here (https://github.com/andrew-svirin/ebics-client-php?tab=readme-ov-file#note-for-french-bank-and-for-ebics-30) do not work. You wrote in...
There are 2 solutions to this error: 1. Remove this section from the `getCertificateOptions` method. ``` 'extensions' => [ 'id-ce-subjectAltName' => [ 'value' => [ 'dNSName' => '*.sample.com', ], ],...
Thanks for clarification @Prometee. Sure, I'll create an MR 👍
Hey @camwoodhouse I checked just now: my redirect uri is set to _strict_ `https://linkding.example.com/oidc/callback/`. So that seems to be correct.