Hi Team, Regarding access to Google APIs(ex. Google Calendar). Curre

Hi Team,

Regarding access to Google APIs(ex. Google Calendar). Currently Google is using OAuth 2.0. Before when using OAuth 1.0, you need to input Consumer Key, and Consumer Secret to be able to use Create Event Smart Service. This time in OAuth 2.0, ClientId and Client Secret. In OAuth 2.0, you need to setup a credential to access Google API (like Google Calendar API). Once setup, you can download that in the form of .json file.

Now, the way OAuth 2 works is if you are first time to access a Google API it asks you to authorize access/permissions via Consent Screen(Google web page). Once you click the button authorize, a StoredCredential will be saved to your machine. That file allows you to bypass Authorization / Consent Screen since you have authorized it already the first time you set it up.

Is there a way in Appian that you can direct(runtime proces not using a weblink or safelink) a user to a Google Consent Screen to authorize access to the A...

OriginalPostID-196704

OriginalPostID-196704

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data