Ignore unsupported algorithms · Issue #35 · krdlab/haskell-oidc-client
I am using Keycloak as my OIDC provider, and the well-known endpoint advertises PS384 as a supported signing algorithm. Parsing the JSON fails in this case, however this is not ideal. Would it be p...