You can translate the question and the replies:

How to get token with server configuration Oauth2 introspection

With server configuration Oauth2 introspection, I tried to setup a REST service with Oauth2, but it doesn't work. Can someone help me to setup a REST service using Server introspection From the documentation I read => At runtime, the Denodo server will read the access token from the request and assign it to the interpolation variable “access_token”. How can I get the token in the header of my HTTP request? Thanks in advance! Kind regards, Johan
user
12-12-2022 08:35:24 -0500
code

1 Answer

Hi, There's a great knowledge base article that you may find useful: [How to get the OAuth access token to connect to Denodo](https://community.denodo.com/kb/en/view/document/How%20to%20get%20the%20OAuth%20access%20token%20to%20connect%20to%20Denodo). It shows how to use the OAuth Credentials Wizard in Denodo to get the token and use that token to authorize access to a web service. In this case it's a GraphQL webservice, but a REST webservice should work similarly: ensure that the intended data consumer is set up to add the token into the headers of the request that's being sent to the Denodo service. Hope this helps!
Denodo Team
13-12-2022 12:33:27 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here