tanmaykm / OpenIDConnect.jl

OpenID Connect for Julia
Other
14 stars 2 forks source link

PKCE support #12

Open schlichtanders opened 1 year ago

schlichtanders commented 1 year ago

PKCE is the new recommended flow to replace implicit flow in order to reduce security risks associated with leaking the secret key.

Is PKCE already supported? If not, can you make a sketch on how to support it in OpenIDConnect.jl? (I am very motivated to get PKCE workflow running in Julia.

Here some further information on PKCE

danlooo commented 1 year ago

I have a working proof of concept of OIDC device flow + discovery + PKCE at https://github.com/Open-EO/openeo-julia-client/issues/5#issuecomment-1663503391