How to get access token using client credentials as grant type while doing inbound integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 09:03 PM
Hi Team,
Through OAuth authentication grant type is password i got access token and refresh token. But It got expired. Can you please provide solution how to get access token using client credentials as grant type while doing inbound integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 09:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 12:56 AM
How to get access token using default grant type is client credentials .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 01:06 AM
Hi @lakshmi123
OAuth Credentials will generate the token to the OAuth Credentials [oauth_credential] table.
The Token can match to your Credentials with the OAuth requestor profile or Requestor ID field. And, you can retrieve the token through the token_received field. There's also the expires date time there.
So generally, you can retrieve and use the generated token if it not yet pass the expire date time. Otherwise, just generate a new one then use it and update the token record.
Cheers,
Tai Vu