You can translate the question and the replies:

Oauth 2.0 authentication in Denodo web services with JWT

Hi Team, We are trying to use this authentication method in my published web services, but I need some more information than in the link: https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_server/oauth_authentication/setting-up_the_oauth_authentication_in_the_virtual_dataport_server "JWT • Issuer: unique identifier of the entity that issues the JWT tokens." The issuer is the authentication server here? This should be programmed apart or Denodo manages the JWT tokens? "JWKS URL: URL to the JSON Web Key Set of public keys that " The Oauth authentication server is managed from Denodo or should be programmed apart? If Denodo manages this could I have some example?
user
06-08-2019 10:34:00 -0400
code

1 Answer

Hi, Denodo is not an OAuth authentication provider. You could integrate Denodo with OAuth providers when you publish the REST web service with OAuth2.0 authentication. While configuring OAuth 2.0 with Validation mode as JWT, you could specify *Issuer and JWKS URL* values with the Issuer and Metadata URI of your OAuth Authorization Server respectively. Once you are done with OAuth configuration changes, restart the Denodo server to propagate the changes. You could refer to sections, [OAuth Authentication](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_server/oauth_authentication/oauth_authentication#oauth-authentication), [JWT](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_server/oauth_authentication/setting-up_the_oauth_authentication_in_the_virtual_dataport_server#jwt) of Virtual DataPort Administration Guide to configure OAuth 2.0. Hope this helps!
Denodo Team
07-08-2019 09:03:10 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here