oidcc icon indicating copy to clipboard operation
oidcc copied to clipboard

OpenId Connect client library in Erlang & Elixir

Results 21 oidcc issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### oidcc version 3.* ### Erlang version * ### Elixir version * ### Summary Figure out a solution to provide a client jwk without also providing a client secret. ###...

bug

### 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...

enhancement
help wanted

### oidcc version main ### Erlang version * ### Elixir version * ### Summary The tests are currently flaky. Investigate the reason. ### Current behavior Test Fail sometimes ### How...

bug

### 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...

bug

### 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...

enhancement

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...

dependencies
github_actions

### 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...

bug