Hi, Sakit.
[The spec](http://openid.net/specs/openid-connect-core-1_0.html#TokenEndpoint) reads:
>A Client makes a Token Request by presenting its Authorization Grant (in the form of an Authorization Code) to the Token Endpoint using the grant_type value authorization_code, as described in Section 4.1.3 of OAuth 2.0 [RFC6749].
And the OAuth2.0 doc it references makes `redirect_uri` [a required parameter](https://tools.ietf.org/html/rfc6749#section-4.1.3) for token request during authz code flow.