jamesacris
jamesacris
In the [Testing & Documenting](https://swcarpentry.github.io/python-novice-inflammation/08-func/index.html#testing-and-documenting) section of episode 8, there is an allusion to the precision of some data types in Python, when testing the `offset_mean` function: > The mean...
### Actual behavior https://github.com/MISP/MISP/blob/532e5aba7b52410c844e31fb05bd9cfe7a8a41a2/app/Plugin/OidcAuth/Controller/Component/Auth/OidcAuthenticate.php#L16 Whatever this field is set to becomes the organisation of every user who logs in with OIDC. Even when the organisation is changed by an admin...
### Name and Version bitnami/kafka:3.6 ### What architecture are you using? amd64 ### What steps will reproduce the bug? Using this `docker-compose.yml`: ``` version: "3" services: kafka: image: 'bitnami/kafka:3.6' ports:...
Hi all, Getting an error with the OIDC plugin when I use it with keycloak. I have everything configured as the docs suggest, and I can see that the jwt...
Hello, I'm facing a strange issue with OIDC. After what appears to be a successful authentication against the OIDC provider, I end up in a redirect loop, resulting in the...