-
Notifications
You must be signed in to change notification settings - Fork 694
Is it possible to append "code" in responseType as part of implicit flow? #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems that responseType is not overridable even though it is present in AuthConfig
|
See #397 |
Hi, was anyone able to solve this issue, as I am also facing the same issue while integrating ADFS with Angular 5. |
With the release of version 8 Code flow is supported. |
Hi @manfredsteyer,
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
The text was updated successfully, but these errors were encountered: