authentication for integration with google calendar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 10:32 AM
I am integrating SN with G-Cal, when a catalog item is submitted, it should create an event in google calendar. There are 2 methods of authentication and my questions are in red below.
- Oauth - The issue with the oauth method is:
- It probably expires and will need to be re-authed every now and again - I think we can generate offline token here.
- It is using your personal auth not a service account so if your account gets suspended or something then it will stop working - How to go about this path?
- Service account - I created a service account in google console. It gave me a key and also downloaded a json credential file. How and where do I use this file in ServiceNow?
Your help is appreciated!
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 07:37 PM
Here are my one cent .
It is using your personal auth not a service account so if your account gets suspended or something then it will stop working - How to go about this path?-- What do u mean by Personal Auth?
- Service account - I created a service account in google console. It gave me a key and also downloaded a json credential file. How and where do I use this file in ServiceNow?
Here
sys_auth_profile_basic.LIST
Regards
RP