authentication
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
905 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
1082 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
1066 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
1487 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
2020 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
3502 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
4568 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
1871 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
2068 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
3125 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
2689 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
3959 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
3198 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
2391 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
1719 views
We have been stuck at this for sometime. We have configured our nuxeo Installation to retrieve users from the Sql Server DB. We have modified the following config file. default-sql-directories-bundle.xml After configuring for sql server users we are ...
0 votes
1 answers
1 comments
2445 views
Hello, on my nuxeo platform I get a log-entry into my postgres database for every log-in event. Here is header and one entry into this table: log_id | log_event_category | log_event_comment | lo g_doc_life_cycle | log_doc_path | log_doc_type | ...
1 votes
1 answers
1 comments
4769 views
Hi All, I am trying to programmatically log-in from a WebEngine project context. The WebEngine's URL is configured as OpenURL using the OpenUrl extension point of PluggableAuthenticationService([ OpenUrl ]). In the first view, ...
0 votes
3 answers
1 comments
3942 views
I am brand new to Nuxeo. I would like to authenticate users logging onto Nuxeo identified by a username and password against an external SSO system accessed via our existing web service. I have read much Nuxeo documentation and am pretty confused as ...
0 votes
5 answers
8 comments
6659 views
I want to use nuxeo-platform-login-portal-sso for authentication, but how do I communicate the client authentication info exactly?
1 votes
1 answers
5 comments
7760 views
Email notification doesn't seem to work: Not when a user is created (which would be handy) Not when a user is subscribed to a certain activity Not when an email is sent through the Share UI I tried to look in the log/nuxeo-dm folder to see any error ...
0 votes
1 answers
3 comments
2428 views
Still struggling for redefinition of my authenticationChain, I noticed that it's redefined in several places. Beside my own XML contribs (in /nxserver/config), I can find some : in ...
1 votes
1 answers
0 comments
1807 views
Are there still builds for the CAS2 addon, for I can't get to find one?
0 votes
1 answers
0 comments
1459 views
Is there any recent document describing the use of org.nuxeo.ecm.platform.login.mod_sso ?
0 votes
2 answers
0 comments
2550 views
Can I restrict the documents available through CMIS requests based on user permissions? How does authentication work when using CMIS?
0 votes
2 answers
0 comments
4662 views