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?