oauth2


Related Questions
Hi, I have a question about Client Registration OAuth 2 ( https://doc.nuxeo.com/nxdoc/using-oauth2/#using-web-ui ) I can not see the CONSUMERS tab in my Web UI nuxeo version 2019 (Administration > Cloud Services > Consumers tab). I can see ...
  0 votes
  0 answers
  2 comments
  908 views

hi, i have a problem with the OAuth 2 when i used the rest api just like the document first a create a new entry in the oauth2Clients directory, for instance with curl using this: curl -u Administrator:Administrator \ -H 'Content-Type: ...
  1 votes
  0 answers
  0 comments
  914 views

According to documentation and source code : “The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client” a 'token' property can be set for Token Authentication (set method=“token”) What is the ...
  0 votes
  1 answers
  1 comments
  967 views

Hello, I'd like to have an integration with Nextcloud like what the existing addon for onedrive, googledrive, box,… Does someone has already work on it ? Is it possible to simply use an oauth2 service ? And what will be the nuxeo oauth callback ? ...
  0 votes
  4 answers
  3 comments
  1131 views

I wanted to integrate keycloak as authentication plugin for nuxeo platform both running on my local machine Set up details Nuxeo platform version: 10.10 (runs on tomcat 9) Keycloak version: 6.0.1 keycloak tomcat adapter distribution: ...
  0 votes
  0 answers
  3 comments
  2854 views

Hi people, According Oauth2 FLOW https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt, I tried to get access token by testing Access Token with a JWT with my Postman but I have some exceptions server side. Here How I ...
  0 votes
  6 answers
  16 comments
  4449 views

Hi people, I want to use a JWT token witch come from a specific API REST server in my angular 7 app to connect to nuxeo server through nuxeo-js-client and OAuth 2 JWT Flow** but I don't have an example. There are not a real example on how to ...
  0 votes
  3 answers
  1 comments
  1825 views

I am trying to authenticate to our Nuxeo server via oAuth2. I have registered an oauth client on the server. I make the call and I get a login screen. I login but it then does not redirect back so I can I get the authorization code. It logs directly ...
  0 votes
  1 answers
  0 comments
  2118 views