Enabling only OAuth 2.0 access only by Blocking Basic Authentication for user in table API Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi All,
Currently I have given table API access to an application which is currently using username and password and it is currently authenticated as basic authentication. I want to now change this table API access to OAuth 2.0 authentication.
While Establishing OAuth 2.0 Connection I have given grant_type as password, client_id, client_secret, username, user password . If I don't give any roles to the user, he's not able to access via OAuth 2.0. So I have to give ITIL role to the user to get the data. But while getting the data the user can change the authentication type to Basic also and still get the data. How can I configure this integration user to only use OAuth 2.0 and be blocked from using Basic Authentication in table API access integration
