pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
406 stars 47 forks source link

Support OIDC self issued id tokens #35

Open danschultzer opened 4 years ago

danschultzer commented 4 years ago

Ref: https://openid.net/specs/openid-connect-core-1_0.html#SelfIssued Ref: https://elixirforum.com/t/using-openid-connect-in-production-how-to-do-full-security-checks/28331/7

This would require implicit grant flow support. I've tested this a bit and will put up a draft PR soon.