You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if its possible to get auth code rather than auth token along with id_token during implicit flow.. as of now the response_type defaults to "token" and I do not see a way to append/override the responseType (with code) during implicitFlow.
I am trying to combine OpenID & oAuth (with code) as a hybrid flow, So that I can send the code to back channel for further api access. The back end would then exchange the code for the actual token for resource access.
thanks for the help.
Prasannaa
PrasannaaSanthanam, xmlking, zouabimourad and FlorianSW