I have configured a Resource that connects to Google Drive. When I manually use the "Connect with OAuth" button on the Resource, it successfully prompts me to complete the consent flow, and the Queries using the Resource work.
However, when I load the App that use the Queries and Resource, the user is not prompted to complete the consent flow.
I have enabled the "Enable an auth verification endpoint" option, and when I use the "Check authentication status using current credentials" it correctly fails, yet the App does not prompt the user to authenticate.
I have read:
- Authenticate with Google APIs using OAuth 2.0 | Retool Docs
- Google API authentication | Retool Docs
- Configure API authentication | Retool Docs
- Using OAuth 2.0 to authenticate resource
- Are OAuth2 resources supposed to prompt users for authentication?
- Oauth 2.0 - How to prompt user for login? - #7 by ivorysteve
I have tried:
- All the options under Prompt (Consent, Login, Select Account)
- Use Client Credentials Flow
Have I misunderstood the statement "You can add an Auth verification endpoint to determine whether to prompt a user to authenticate when they open apps using the resource. " or have I done something wrong in my resource configuration?