Closed brunosantanarj closed 5 years ago
What response_type type do you need to set other than code
? The authorization code flow is the one specified by the OAuth 2.0 specification, and any other response_type is likely to have a far different protocol (and thus not be compatible anyway).
response_type is fixed by limiting the authentication options. What I did was check if there is response_type in the options, if it has, I hedge response_type, if not, code.