oidcc
oidcc copied to clipboard
OpenId Connect client library in Erlang & Elixir
### oidcc version 3.5.1 ### Erlang version 27.3.3 ### Elixir version 1.18.3 ### Summary Under certain circumstances, the PAR request to Keycloak will fail. This seems to be partially related...
### oidcc version 3.* ### Erlang version * ### Elixir version * ### Summary Figure out a solution to provide a client jwk without also providing a client secret. ###...
### oidcc version 3.3.0 ### Erlang version 27 ### Elixir version 1.18.1 ### Summary Using an issuer of `https://cognito-idp.eu-central-1.amazonaws.com/…/` causes an issuer mismatch error, while the same url without trailing...
### oidcc version main ### Erlang version * ### Elixir version * ### Summary The tests are currently flaky. Investigate the reason. ### Current behavior Test Fail sometimes ### How...
### oidcc version b3bb1a9e31905ca52f372b963c968acd3b12c640 ### Erlang version 27.0.1 ### Elixir version 1.17.2 ### Summary There is a flaky test. ### Current behavior occassionally this test fails ``` 1) test &Oidcc.client_credentials_token/2...
### Description First of, I'd like to say this is a great library and we're using it successfully in prod for a while now! One thing I feel is missing...
Needed for OpenChain Compliance ## TODO * [ ] Check if Trademark Policy ok for EEF Logos
This issue is here to track improvements whenever we start work on a new major release since it will cause breaking changes. It is not intended to be solved right...
Bumps the github-actions group with 2 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [github/codeql-action](https://github.com/github/codeql-action). Updates `step-security/harden-runner` from 2.13.1 to 2.13.2 Release notes Sourced from step-security/harden-runner's releases. v2.13.2 What's Changed Fixed...
### oidcc version 3.6.0 ### Erlang version 28 ### Elixir version - ### Summary https://github.com/erlef/oidcc/blob/main/src/oidcc_token.erl#L822-L838 The function uses a fixed `SHA256` hash and length of 16 bytes, even when the...