I'm using Oauth2.0 flow for my appengine webapp deployed in GCP.
I'm using IAP. I have a valid cliend_secret file crypted with Cloud KMS. But I'v got this error that I didn't have before :
oauthlib.oauth2.rfc6749.errors.InvalidClientIdError:(invalid_request)
Invalid parameter value for redirect_uri: Missing scheme:
/api/oauth2callback
Do you have any idea the source of this problem?