Unlike the normal OAuth authorization flow, OpenID provides you with an already approved Request Token, so no further user authorization is required.
Upon receiving the pre-approved Request Token, continue with the OAuth authorization flow starting at Step 4, which includes the following steps:
You do not need to provide the OAuth Verifier
(oauth_verifier) when exchanging the Request Token for the Access
Token.