-
Hello!
I am using NetCoreConsoleClient sample app to implement authentication in a .NET 5.0 console app I'm doing, but I'm getting an error in the console app after authenticating in the browser.
…
-
Spring security framework ignores basic authentication requests because a client_id is sent as a parameter without a secret.
I created a PR to fix the issue: https://github.com/Drenso/symfony-oidc/pu…
-
@ryan-sandy running into a import issue, other than that looking at the code it looks good!
```js
node_modules/redux-oidc-2/index.d.ts' is not a module.
```
Here is the import code
```js
impor…
-
### Expected behavior
We have connected Atlas with Auth0 using OpenIDC and can successfully login after passing our credentials thru Auth0 before being redirected to Atlas with our login information …
-
Hello,
we just upgraded Moodle from 4.1 to 4.3 with the latest auth_oidc plugin installed (4.3.3 - 2023100915) on a test server and this message appear with debugging activated on DEVELOPER when you …
-
### Describe the bug
In our application we have a rest-client that needs a different truststore certificate for the rest-client a oidc-client.
The truststore needed for the oidc-client is a default …
-
Hello Duende team,
I’m considering using the Duende.AccessTokenManagement library to manage tokens in machine-to-machine flows for .NET workers and ASP.NET Core worker services. My specific use cas…
-
Currently, our Dockerfile looks like this
```
FROM icr.io/appcafe/websphere-liberty:24.0.0.6-kernel-java11-openj9-ubi
...
COPY --chown=1001:0 server.xml /opt/ibm/wlp/usr/servers/defaultServer/…
-
I would like to migrate Electron application to WebWindow, but currently as it is lacking support for the menu creation.
I for example can host application in Windows Forms, or create menu if I someh…
-
Hi,
First of all, I'd like to warn that I'm very new to OpenID implementations, and as such, I might have failed to properly understand how it works and this issue could be a pebkac in this instanc…