authentication


Related Questions
Hi everyone, I have a problem with the Nuxeo 2021 lts (2021.1.19) I don't have any hotfixes installed My instance is already registered but it is no longer possible to check the status of my subscription. When I try to display the list of updates, ...
  0 votes
  0 answers
  0 comments
  792 views

Hi, we have a big problem that users cannot login on the web ui when we activate the anonymous user. Even logging out and using the login form, the user is authenticated as anonymous and not with its credentials. Authentication via REST API works. ...
  0 votes
  2 answers
  0 comments
  986 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
  975 views

Hello, I am looking for code samples or examples of using TokenAuthInterceptor instead of BasicAuthInterceptor. NuxeoClient nuxeoClient = new NuxeoClient.Builder() .url(url) .authentication("Administrator", "Administrator") .connect(); Thank you.
  0 votes
  2 answers
  1 comments
  1395 views

I am starting to approach to integration of custom security software for nuxeo. What's the best way? Below my idea: Creatre a new bundle that implements LoginPlugin and install in in my nuxeo instance. This plugin will call login service of my ...
  0 votes
  0 answers
  0 comments
  1936 views

I would like to use the REST API in a Shibboleth protected application. Our Nuxeo instance is also configured to use Shibboleth with the same Service Provider. How can I use the Shibboleth credentials so that I can have a token for the current user ...
  0 votes
  2 answers
  0 comments
  3427 views

Dear community, While using the Nuxeo PHP Automation Client I ran into some issues. When not using PHP Composer, loading and using the Automation Client is troublesome. * [SOLVED] by implementing the PSR-0 loader file as listed below. * I was ...
  0 votes
  6 answers
  2 comments
  4466 views

Hi All, We are using SQLDirectoryFactory based authentication with Nuxeo 5.6. The issue is we want to have the authentication for username field case insestive i.e. username can be lower case or upper case or mixed. How to configure or update the ...
  0 votes
  0 answers
  0 comments
  1805 views

Until now, CMIS has only been used using the AtomPub binding and works fine. I have also tried the Browser binding that works Now I have to use the SOAP binding and it fails with the following error : http://pastebin.com/HiPU1pz2 (in short : This ...
  0 votes
  1 answers
  1 comments
  1994 views

Hello community I'm having some problems with chrome and the basic authentication (jquery) with the javascript client from nuxeo. I have a form based login which works fine when the credentials are ok, but when the authentication fails, I get a ...
  1 votes
  1 answers
  1 comments
  3018 views

Hello, I'm configuring a Nuxeo and I would like to be able to get my LDAP groups in Nuxeo but it doesn't work… The LDAP authentification works fine but they always match in “members” group and I would like they match to their LDAP group. So I sent ...
  0 votes
  1 answers
  0 comments
  2585 views

after running # apt-get install nuxeo I'm getting this error: [....] Starting: Nuxeo\norg.postgresql.util.PSQLException: FATAL: Passwort-Authentifizierung f?r Benutzer >>nuxeo<< fehlgeschlagen Could not run configuration: Failed to ...
  0 votes
  2 answers
  0 comments
  3879 views

I've created a custom authentication plugin and login plugin to allow users from my other system automatically login to nuxeo as long as they have an active cookie but we don't have user accounts for all users from my other system. I am trying to ...
  0 votes
  1 answers
  1 comments
  3119 views

Hello, We are using a LDAP directory to authenticate users on the nuxeo platform. With nuxeo drive, users need to authenticate across the platform using their uid as this is the field mapped to the username field of nuxeo user schema. For ...
  0 votes
  1 answers
  1 comments
  2302 views

Hi, I'm trying to figure what is happening when using Shib authentification. The point is : how a Shibb authentification can create automagically the user into “users” table ? Example : the user ask a nuxeo resource not currently authenticated, the ...
  0 votes
  0 answers
  0 comments
  1654 views