Why does react-oidc-context give error Error: Only the Authorization Code flow (with PKCE) is supported

900 Views Asked by At

I've a react app configured with react-oidc-context and oidc-client. I'm trying to run it with:

 response_type: id_token token

But it keeps giving me error that response_type should only be code. My requirement is that I need to work with implicit flow. How can I do that?

0

There are 0 best solutions below