Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Does it support code flow #1349

Open
rutup opened this issue Apr 27, 2021 · 1 comment
Open

Does it support code flow #1349

rutup opened this issue Apr 27, 2021 · 1 comment
Labels

Comments

@rutup
Copy link

rutup commented Apr 27, 2021

I have integrated Vuex-oidc with implicit flow. It works perfect. However when using Code Flow it does not work. also it does not have option for passing response_mode which is mandate for using PKCE

@brockallen
Copy link
Member

oidc-client-js supports code flow with PKCE. You can indicate the response_mode of query and fragment, but you must configure that on each instance. response_mode of form_post does not make sense for a client-side JS app.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants