Usage of response_type="code token" in OAuth 2? -
The OpenID Connect spec indicates that many response types can be added, e.g. response_type = "code token"
Now I'm wondering if this is a good request for an authorization code and token requests, if you have a token already Auth code is not superfluous? OAuth 2.0 is a protocol framework, in addition to which other protocols can be created and OpenID Connect such protocols.
Comments
Post a Comment