mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

midreid-oidc server support for Implicit and Hybrid OIDC flows #1475

Closed athulrl closed 5 years ago

athulrl commented 5 years ago

Could you please confirm whether midreid-oidc server has any recent changes for support implicit or hybrid flow? Or still it doesn't support those?

dare2try commented 5 years ago

I know for certain the implicit flow is supported... I'm not so certain about hybrid, but I can test it out and confirm.

jricher commented 5 years ago

Hybrid flows are not supported due to limitations in some of the underlying libraries. There are several issues filed to take out those dependencies but the work is substantial and hasn't been taken on yet.