[ANN] Apache Syncope 3.0.7

2024-05-23 Thread Francesco Chicchiriccò
about this process: https://s.apache.org/llrmu We welcome your help and feedback. For more information on how to report problems, and to get involved, visit the project website at http://syncope.apache.org/ The Apache Syncope Team -- Francesco Chicchiriccò Tirasa - Open Source Excellence http

Re: Tomcat: org.springframework.beans.factory.UnsatisfiedDependencyException

2024-05-06 Thread Francesco Chicchiriccò
Hi Anthony, there is a note in the Getting Started guide, at the end of the section you linked that says: Before actual deployment as executable or onto a Java EE container, you need to further check the Customization chapter of the Apache Syncope Reference Guide. e.g.

Re: openJDK 17 compatibility

2024-04-18 Thread Francesco Chicchiriccò
hat I should fix on my installation procedure ? Thank you Marco Il giorno gio 11 apr 2024 alle ore 14:26 Francesco Chicchiriccò ha scritto: On 11/04/24 14:12, Marco Naimoli wrote: > Hello, I'm new to Apache Syncope; I've tried to test it using the standalone installation on a > v

Re: Propagation failure on update

2024-04-16 Thread Francesco Chicchiriccò
On 11/04/24 10:30, Lionel SCHWARZ wrote: - Le 28 Mar 24, à 9:38, Lionel SCHWARZ lionel.schw...@in2p3.fr a écrit : - Le 27 Mar 24, à 8:19, Francesco Chicchiriccò ilgro...@apache.org a écrit : On 26/03/24 13:30, Lionel SCHWARZ wrote: Dear all, After reading https://syncope.apache.org

Re: openJDK 17 compatibility

2024-04-11 Thread Francesco Chicchiriccò
apache.org/docs/3.0/getting-started.html#obtain-apache-syncope -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Propagation failure on update

2024-03-27 Thread Francesco Chicchiriccò
of setting a non-null priority onto an External Resource: > the execution of a given set of tasks is halted (and global failure is reported) whenever the first sequential task fails would mean exactly that. Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence h

Re: Dynamic USER assignment attribute value.

2024-03-09 Thread Francesco Chicchiriccò
don't understand: can you please provide an example of what you are trying to achieve? Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org

Re: Overlapping dynamic realms doesn't get updated

2024-02-20 Thread Francesco Chicchiriccò
On 21/02/24 08:52, Francesco Chicchiriccò wrote: Hi Federico, I wasn't personally aware that dynamic realms had some effective use cases, good to know :-) I will go ahead and approve your JIRA account request so that you can report this an issue. Hum, it seems you need to send a new JIRA

Re: Overlapping dynamic realms doesn't get updated

2024-02-20 Thread Francesco Chicchiriccò
_REMOTE_COMMIT: sjvm  syncope-console:       image: apache/syncope-console:2.1.13       depends_on:           - syncope       ports:           - "8082:8080"       environment:           CORE_SCHEME: http           CORE_HOST: syncope           CORE_PORT: 8080 ``` Regards Federico Brignola -- Fr

Re: FIQL with relationships

2024-02-19 Thread Francesco Chicchiriccò
e": "object2" } ] } ] } Is it a bug or a feature ;) ? If it is a feature, I understand the query as "give me objects that have at least one relation of type "RELATION1" and that also have at least one relation with "object2". In this

Re: Acitiviti tables "act_ru_actinst" too many

2024-02-08 Thread Francesco Chicchiriccò
:* Francesco Chicchiriccò <mailto:ilgro...@apache.org> *Date:* 2024-02-05 17:30 *To:* user <mailto:user@syncope.apache.org> *Subject:* Re: Acitiviti tables "act_ru_actinst" too many Hi yuefei.liu, you should provide

Re: Acitiviti tables "act_ru_actinst" too many

2024-02-05 Thread Francesco Chicchiriccò
millions of records, leading to a slowdown in synchronization efficiency. I would like to inquire if it is safe to directly delete these data records. Your guidance on this matter would be greatly appreciated. Best regards, yuefei.liu -- Francesco Chicchiriccò Tirasa - Open Source Excellence

[ANN] Apache Syncope 3.0.6

2023-12-26 Thread Francesco Chicchiriccò
about this process: https://s.apache.org/0ytql We welcome your help and feedback. For more information on how to report problems, and to get involved, visit the project website at http://syncope.apache.org/ The Apache Syncope Team -- Francesco Chicchiriccò Tirasa - Open Source Excellence http

Re: Syncope for Linux User and Group management

2023-12-22 Thread Francesco Chicchiriccò
/ConnIdLDAPBundle -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: CUSTOM events in Audit

2023-12-12 Thread Francesco Chicchiriccò
ustom audit event, for reference: https://github.com/apache/syncope/blob/3_0_X/fit/core-reference/src/test/resources/CustomAuditLogicActions.groovy HTH Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Coc

Re: HTTP-Request in confirmpasswordrequest

2023-12-04 Thread Francesco Chicchiriccò
te" RequestHeader set Sec-Fetch-Site: "none" ProxyPreserveHost On Any help would be appreciated. Kind regards Timo -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Potential userlogic update issue

2023-11-29 Thread Francesco Chicchiriccò
Regards. [1] https://github.com/apache/syncope/blob/3_0_X/core/idrepo/rest-cxf/src/main/java/org/apache/syncope/core/rest/cxf/service/AbstractService.java#L64 On Tuesday, 28 November 2023 at 13:14, Francesco Chicchiriccò wrote: Hi, I assume the code below lies inside a REST service implementati

Re: Potential userlogic update issue

2023-11-28 Thread Francesco Chicchiriccò
TO2.setKey("user123"); updateAttrTO2.setAttrVal(""); updateAttr(updateAttrTO2, "ExampleAttribute"); // // Syncope value - "" // Downstream LDAP resource - "" // ``` Hopefully I explained the situation sufficiently, if not ple

Re: Syncope 3.0.5 upgrade

2023-10-26 Thread Francesco Chicchiriccò
. -- -- Francesco

Re: Syncope 3.0.5 upgrade

2023-10-26 Thread Francesco Chicchiriccò
'org.apache.syncope.common.keymaster.client.api.ServiceOps'in your configuration. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: empty statuses in LogicActions.afterUpdate

2023-10-25 Thread Francesco Chicchiriccò
that the afterUdate() receives empty List AND - update the user so that the approval is NOT needed - check in the log that the afterUdate() receives List with 1 item: the propagation of the resource Best regards Lionel - Le 24 Oct 23, à 8:44, Francesco Chicchiriccò ilgro...@apache.org a écrit : Hi

Re: empty statuses in LogicActions.afterUpdate

2023-10-24 Thread Francesco Chicchiriccò
. Nevertheless, the propagation works fine, and I get the correct REST response with propagationStatuses and beforeObg/afterObj. Am I missing something? Regards Lionel -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope

Re: CSVDIRConnector exception while pulling

2023-10-22 Thread Francesco Chicchiriccò
ultValues": [     "true"   ]     },     "values": [       "true"     ],     "overridable": false   },   {     "schema": {   "name": "statusColumn",   "displayName": "Status Column name",   "helpMessage": "Status column name.",   "type": "java.lang.String",   "required": false,   "order": 17, "confidential": false, "defaultValues": []     },     "values": [],     "overridable": false   },   {     "schema": {   "name": "objectClassColumn",   "displayName": "ObjectClass Column Name",   "helpMessage": "Column name identifying identity record type",   "type": "java.lang.String",   "required": false,   "order": 18, "confidential": false, "defaultValues": []     },     "values": [],     "overridable": false   },   {     "schema": {   "name": "objectClass",   "displayName": "Supported Object Classes",   "helpMessage": "Supported object classes (__ACCOUNT__ as default if empty)",   "type": "[Ljava.lang.String;",   "required": false,   "order": 19, "confidential": false, "defaultValues": [ "__ACCOUNT__"   ]     },     "values": [   "CONTRACT"     ],     "overridable": false   }     ],     "capabilities": [   "SEARCH"     ],     "displayName": "remoteCSV", "connRequestTimeout": 10,     "poolConf": null   } ] Pulltask: {   "prev": null,   "next": null,   "result": [     {   "_class": "org.apache.syncope.common.lib.to.PullTaskTO",   "key": "018b4347-f95c-7a42-bcbd-ef19f28934fb",   "start": "2023-10-18T16:54:37.881+02:00",   "end": "2023-10-18T16:54:38.058+02:00",   "latestExecStatus": "FAILURE",   "lastExecutor": "admin",   "executions": [     {   "start": "2023-10-18T16:54:37.881+02:00",   "end": "2023-10-18T16:54:38.058+02:00",   "key": "018b4348-0f39-7306-8fef-328f11f795fb",   "jobType": "TASK",   "refKey": "018b4347-f95c-7a42-bcbd-ef19f28934fb",   "refDesc": "PULL Task 018b4347-f95c-7a42-bcbd-ef19f28934fb FullRecoPull",   "status": "FAILURE",   "message": "very long stacktrace",   "executor": "admin"     }   ],   "startAt": null,   "cronExpression": null,   "jobDelegate": null,   "name": "FullRecoPull",   "description": null,   "lastExec": "2023-10-18T16:54:37.881+02:00",   "nextExec": null,   "active": true,   "resource": "TUCaNImportCSV",   "performCreate": true,   "performUpdate": true,   "performDelete": false,   "syncStatus": false,   "unmatchingRule": "IGNORE",   "matchingRule": "UPDATE",   "actions": [],   "concurrentSettings": null,   "pullMode": "FULL_RECONCILIATION",  "reconFilterBuilder": null,   "destinationRealm": "/",   "remediation": false,   "templates": {}     }   ],   "page": 1, "size": 1, "totalCount": 1 } -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Upgrading a user to an new userWorkflow definition

2023-10-06 Thread Francesco Chicchiriccò
is still missing because updating the user does seem to use the new workflow... Is there another table to update? Regards Lionel -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA

[ANN] Apache Syncope 3.0.5

2023-10-02 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.5 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: [ANN] Apache Syncope 3.0.4

2023-08-18 Thread Francesco Chicchiriccò
r with tables "Realm" and "SAML2SPClientApp"... Is there anything more to do than what is described at https://s.apache.org/a0bl5 ? Best regards Lionel - Le 10 Juil 23, à 13:45, Francesco Chicchiriccò ilgro...@apache.org a écrit : The Apache Syncope team is pleased to annou

[ANN] Apache Syncope 3.0.4

2023-07-10 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.4 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

[ANN] Apache Syncope 2.1.14

2023-05-08 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 2.1.14 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . The release will be available within 24h from:

[ANN] Apache Syncope 3.0.3

2023-05-08 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.3 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: Emails with attachments

2023-05-05 Thread Francesco Chicchiriccò
#extending-configuration -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Issue with synchronizing group membership from Syncope to LDAP

2023-04-07 Thread Francesco Chicchiriccò
Hi, resurrecting this old thread to communicate that the requested feature is planned for Syncope 3.0.3: https://issues.apache.org/jira/browse/SYNCOPE-1748 Regards. On 20/01/22 12:54, Francesco Chicchiriccò wrote: Ah, here is why: https://github.com/apache/syncope/blob/2_1_X/ext/scimv2/scim

Re: Getting 404 when following the guides in syncope 3.x

2023-04-02 Thread Francesco Chicchiriccò
pre-configured with a whole set of components and test data you can freely play with. Naturally, in case your evaluation is going positive, I'd recommend to switch to Docker images or to generate an empty Maven project to customize. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http

TAC supporting Berlin Buzzwords

2023-03-24 Thread Francesco Chicchiriccò
pply. Applications close on 15th April. Good luck to those that apply. Gavin McDonald (VP TAC) -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: pull task only for a specific anyType

2023-02-27 Thread Francesco Chicchiriccò
On 24/02/23 17:35, Lionel SCHWARZ wrote: - Le 24 Fév 23, à 15:55, Lionel SCHWARZ lionel.schw...@in2p3.fr a écrit : - Le 20 Fév 23, à 10:55, Francesco Chicchiriccò ilgro...@apache.org a écrit : Propagation works smoothly but during pull, I get the following error

[ANN] Apache Syncope 3.0.2

2023-02-20 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.2 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: pull task only for a specific anyType

2023-02-20 Thread Francesco Chicchiriccò
ed, shall be returned by pull so I don't think it applies. Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Helm chart Syncope 3.0.1

2023-02-13 Thread Francesco Chicchiriccò
in/resources/Dockerfile [6] https://stackoverflow.com/questions/72562483/is-it-safe-to-run-openjdk-images-like-eclipse-temurin-as-root -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, P

Re: setting parameters by REST in 3.0.0 ?

2023-02-07 Thread Francesco Chicchiriccò
On 03/02/23 11:49, Lionel SCHWARZ wrote: - Le 18 Nov 22, à 11:44, Francesco Chicchiriccò ilgro...@apache.org a écrit : Please note anyway that the preferred way to deal with configuration parameters from within Java code running inside a Syncope component is via the ConfParamOps interface

Re: Console error with 3.0.0 and 3.0.1

2023-01-16 Thread Francesco Chicchiriccò
eed to add -Dwicket.ioc.useByteBuddy=true to Tomcat env. See https://issues.apache.org/jira/browse/SYNCOPE-1707 for more details. Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, Pon

[ANN] Apache Syncope 3.0.1

2023-01-16 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.0 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: role with "dynMembershipCond"

2022-12-20 Thread Francesco Chicchiriccò
On 13/12/22 16:55, Lionel SCHWARZ wrote: - Le 13 Déc 22, à 16:13, Francesco Chicchiriccò ilgro...@apache.org a écrit : On 09/12/22 15:52, Lionel SCHWARZ wrote: Dear all, Could someone explain me how dynRoles works? because I found something strange and am not sure if I missed sthg

Re: role with "dynMembershipCond"

2022-12-13 Thread Francesco Chicchiriccò
is succeeding later (e.g. when the role is updated). You might want to try using a different condition, based on a user attribute, to see if that works for new users as well. Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Softw

[ANN] Apache Syncope 2.1.13

2022-12-12 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 2.1.13 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . The release will be available within 24h from:

Re: Bearer authentication for SCIM v2 extension endpoints?

2022-12-09 Thread Francesco Chicchiriccò
he/syncope/blob/master/core/spring/src/main/java/org/apache/syncope/core/spring/security/SyncopeJWTSSOProvider.java -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.

Re: setting parameters by REST in 3.0.0 ?

2022-11-18 Thread Francesco Chicchiriccò
/docs/3.0/reference-guide.html#keymaster [2] https://syncope-vm.apache.org/syncope/rest/keymaster?_wadl [3] https://syncope.apache.org/apidocs/3.0/org/apache/syncope/common/keymaster/client/api/ConfParamOps.html -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net

[ANN] Apache Syncope 3.0.0

2022-11-14 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.0 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: Docker restore from mastercontent.xml

2022-10-31 Thread Francesco Chicchiriccò
ation when deploying via Docker using the mastercontent.xml file? I don't see the directories noted in the documentation. [1] Thanks! [1] - https://syncope.apache.org/docs/reference-guide.html#import -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.ne

[ANN] Apache Syncope 3.0.0-M2

2022-10-31 Thread Francesco Chicchiriccò
. For more information on how to report problems, and to get involved, visit the project website at http://syncope.apache.org/ The Apache Syncope Team -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo

Re: [ANN] Apache Syncope 3.0.0-M1

2022-10-18 Thread Francesco Chicchiriccò
and move to 3.0.0 later Cheers Lionel - Le 17 Oct 22, à 9:36, Francesco Chicchiriccò ilgro...@apache.org a écrit : The Apache Syncope team is pleased to announce the release of Syncope 3.0.0-M1 Apache Syncope is an Open Source system for managing digital identities in enterprise

[ANN] Apache Syncope 3.0.0-M1

2022-10-17 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.0-M1 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

Re: AD Group Sync error

2022-10-13 Thread Francesco Chicchiriccò
Do you know if Syncope has any sync issues with Server 2019? I'm still scratching my head at what could be causing the Group membership not to sync correctly. I am running Syncope 2.1.11 if that helps? Kind regards, Ashley. On Wed, Oct 5, 2022 at 10:58 AM Francesco Chicchiriccò

Re: AD Group Sync error

2022-10-05 Thread Francesco Chicchiriccò
rds. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

[ANN] Apache Syncope 3.0.0-M0

2022-08-08 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 3.0.0-M0 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning,

[ANN] Apache Syncope 2.1.12

2022-08-08 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 2.1.12 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . The release will be available within 24h from:

Re: Locating log files

2022-06-22 Thread Francesco Chicchiriccò
[2] https://syncope.apache.org/docs/reference-guide.html#deployment-directories [3] https://nightlies.apache.org/syncope/2_1_X/getting-started.html#embedded-mode -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CX

Re: Syncope - FreeIPA module

2022-06-07 Thread Francesco Chicchiriccò
/16641c2eafe6fec31161517aaf0c1b57ce29bc3c [2] https://github.com/Tirasa/ConnIdFreeIPABundle/releases [3] https://groups.google.com/forum/?fromgroups#!forum/connid-users -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo

Re: User certification on Syncope 2.1.x

2022-05-12 Thread Francesco Chicchiriccò
on details). Hope this gives initial food for thoughts. Regards. [1] https://syncope.apache.org/docs/2.1/reference-guide.html#request-management *Da:*Francesco Chicchiriccò *Inviato:* giovedì 12 maggio 2022 09:12 *A:* user@syncope.apache.org *Oggetto:* Re: User certification on Syncope 2.1.x On 12

Re: User certification on Syncope 2.1.x

2022-05-12 Thread Francesco Chicchiriccò
and difficult to adapt to real use cases. In 2.1 (and upcoming 3.0) however, we have several additional tools to leverage in order to produce certification information: can you explain what would be your needs? Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http

Re: Using Syncope REST endpoints with a OIDC authorizationCode

2022-03-25 Thread Francesco Chicchiriccò
-- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

[ANN] Apache Syncope 2.1.11

2022-03-21 Thread Francesco Chicchiriccò
website at http://syncope.apache.org/ The Apache Syncope Team -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: manually trigger CREATE on the underlying connector

2022-03-10 Thread Francesco Chicchiriccò
. Hope this clarifies. Regards. - Le 10 Mar 22, à 16:21, Francesco Chicchiriccò ilgro...@apache.org a écrit : On 10/03/22 16:08, Lionel SCHWARZ wrote: Dear all, Reading the 2.1.10 reference guide, it is not clear for me if it is possible (and how) to manually trigger a CREATE

Re: Is this a BUG in Syncope-MySQL code? was Re: "java.lang.ClassCastException: java.time.LocalDateTime cannot be cast to java.util.Date" error when upgrading MySQL and MySQL Java connector to 8.0.28

2022-02-07 Thread Francesco Chicchiriccò
ncope Console works. Can anyone tell me why the Syncope Console doesn't work with the 8.0.28 MySQL Java connector?  FYI, we are having to update both the MySQL and the Java connector due to a CVE/security vulnerability. Thanks, Jim -- Francesco Chicchiriccò Tirasa - Open Source Excellence ht

Re: FIQL Query to get all the Users associated to a specific AnyObject

2022-02-02 Thread Francesco Chicchiriccò
re writing above, I think your use case should get covered by the ample (3), .e.g. $relationshipTypes==Partner_to_User HTH Regards. [1] https://syncope.apache.org/docs/2.1/reference-guide.html#search -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-20 Thread Francesco Chicchiriccò
...@fabln.ovh wrote: I'm afraid no, can't see anything in other logs (regarding PATCH) On 2022-01-20 11:37, Francesco Chicchiriccò wrote: On 20/01/22 12:36, fab...@fabln.ovh wrote: hi Francesco, It looks that the PATCH is not generating any logs (/var/log/apache-syncope/core.log don't show

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-19 Thread Francesco Chicchiriccò
was not thoroughly tested. Could you please report as well the stacktrace you see in Syncope Core logs when performing the operation above? Regards. On 2022-01-18 13:59, Francesco Chicchiriccò wrote: On 14/01/22 13:54, fab...@fabln.ovh wrote: Thanks Francesco. Please find more  explanations:

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-18 Thread Francesco Chicchiriccò
pected in the default flow. HTH Regards. On 2022-01-14 07:22, Francesco Chicchiriccò wrote: On 14/01/22 00:35, fab...@fabln.ovh wrote: Hi, I am running Syncope version 2.1.10. I am trying to synchronize groups membership via SCIM to SYNCOPE and then from SYNCOPE to LDAP (openldap). The pr

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-13 Thread Francesco Chicchiriccò
bership in Syncope, for the 2 users created at step 1? 3. the Push Task is run second question: is the Push Task configured for both users and groups? 4. you can see both users and group on LDAP, but no members for the group 5. you edit the 2 users in Syncope by adding group membership 6. the Pu

Re: searching users with different attributes

2021-12-14 Thread Francesco Chicchiriccò
-- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Need some discussion upfront before the invoice/payment goes off

2021-10-25 Thread Francesco Chicchiriccò
-- Francesco Chicchiriccò Tel +393290573276 Amministratore unico @ Tirasa S.r.l. Viale Vittoria Colonna 97 - 65127 Pescara Tel +39 0859116307 / FAX +39 085973 http://www.tirasa.net Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org

[ANN] Apache Syncope 2.1.10

2021-10-11 Thread Francesco Chicchiriccò
at http://syncope.apache.org/ The Apache Syncope Team -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: How share spring bean data about connector in high available environment?

2021-10-08 Thread Francesco Chicchiriccò
ope server A, and update connector 'new' data in DB and spring bean. 3. I call connector read api to nginx. 4. nginx call syncope server B, then B returned 'old' data at spring bean. How can I solved it..? give me a tip please.. -- Francesco Chicchiriccò Tirasa

Re: Multiple admin users

2021-10-08 Thread Francesco Chicchiriccò
multiple admin users? Thank's in advance. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Reports Question

2021-10-06 Thread Francesco Chicchiriccò
s/2.1/reference-guide.html#type-extensions for more details. FTR, dynamic memberships (e.g. the initial scope of this thread) are instead defined in UserTO as "dynMemberships": [] instead. R

Re: Reports Question

2021-10-04 Thread Francesco Chicchiriccò
direction? Hi, dynamic memberships have some limitations compared to standard memberships: https://syncope.apache.org/docs/2.1/reference-guide.html#memberships-relationships Among such limitations, dynamic memberships don't allow for attributes. Regards. *From:* Francesco Chicchiriccò

Re: Reports Question

2021-09-29 Thread Francesco Chicchiriccò
portlet.java> [4] http://syncope.apache.org/docs/2.1/getting-started.html#maven-project <http://syncope.apache.org/docs/2.1/getting-started.html#maven-project> -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ <http://www.tirasa.net/> Member

Re: Reports Question

2021-09-28 Thread Francesco Chicchiriccò
#maven-project <http://syncope.apache.org/docs/2.1/getting-started.html#maven-project> -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Reports Question

2021-09-24 Thread Francesco Chicchiriccò
che/syncope/blob/2_1_X/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/report/UserReportlet.java [4] http://syncope.apache.org/docs/2.1/getting-started.html#maven-project -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Mem

Re: Syncope - approval workflow visibility

2021-06-16 Thread Francesco Chicchiriccò
definition - see [1] for more details. If this is not enough to cover the scenario you are proposing above, I am afraid some additional code customization might be required. HTH Regards. [1] https://syncope.apache.org/docs/2.1/reference-guide.html#approval -- Francesco Chicchiriccò Tirasa - Open

Re: Global uniqueness requirement of username

2021-05-17 Thread Francesco Chicchiriccò
On 17/05/21 08:06, Martin van Es wrote: On Fri, May 14, 2021 at 7:27 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: At a first glance, there seems to be some difference between "membValue.toString()" from [4] - logged as uid=roger,ou=People,

Re: Global uniqueness requirement of username

2021-05-13 Thread Francesco Chicchiriccò
On 13/05/21 16:38, Martin van Es wrote: On Mon, May 10, 2021 at 9:04 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: Got my Groovy script working, good progress! Technically speaking, it's a Groovy *class*, not script. There was still one thing lingering around that I

Re: Global uniqueness requirement of username

2021-05-12 Thread Francesco Chicchiriccò
On 12/05/21 08:32, Martin van Es wrote: On Tue, May 11, 2021 at 4:52 PM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: You can have a look at what can be done in a PropagationActions class by looking at matching classes under https://github.com/apache/syncope/tree

Re: Global uniqueness requirement of username

2021-05-11 Thread Francesco Chicchiriccò
. [1] http://syncope.apache.org/apidocs/2.0/org/apache/syncope/core/persistence/jpa/entity/user/JPAUser.html <http://syncope.apache.org/apidocs/2.0/org/apache/syncope/core/persistence/jpa/entity/user/JPAUser.html> Best regards. Martin On Mon, May 10, 2021 at 2:19 PM Francesco Chicch

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
On 10/05/21 14:05, Martin van Es wrote: On Mon, May 10, 2021 at 9:07 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 07/05/21 19:50, Martin van Es wrote: Another question. How would I print debug (core.log) statements in a Groovy propagation action

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
Martin -- If 'but' was any useful, it would be a logic operator -- If 'but' was any useful, it would be a logic operator -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMai

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
/RealmValidator.java#L52 hence forward slashes are not allowed: consider that the rationales behind this constraint are that (1) NAME values are normally used in URLs and also that (2) forward slash is used internally by Syncope as full path separator. Regards. -- Francesco Chicchiriccò

[ANN] Apache Syncope 2.1.9

2021-04-12 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 2.1.9 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . The release will be available within 24h from:

Re: Syncope: Consolidated propagation report

2021-03-12 Thread Francesco Chicchiriccò
in Swagger UI, it is not possible to filter tasks by start / end date. Regards. On Wednesday, March 10, 2021, 02:50:30 AM EST, Francesco Chicchiriccò wrote: On 08/03/21 20:11, utpal kas wrote: Hello, We have set up the PULL task to execute auto-propagation to LDAP (external resource). After

Re: Syncope: Consolidated propagation report

2021-03-09 Thread Francesco Chicchiriccò
y end date (completion). HTH Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Notifications and automatic emails

2021-01-28 Thread Francesco Chicchiriccò
t;> >> for example. > Classic example of Read The Manual issue, thanks for the pointers. Your > string works like a charm for a 20s update rate. Glad to hear that it worked! Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Notifications and automatic emails

2021-01-27 Thread Francesco Chicchiriccò
Hi Stefano, it seems you've gone quite far with your tests, cool :-) For background information, please have a look at http://syncope.apache.org/docs/2.1/reference-guide.html#notifications http://syncope.apache.org/docs/2.1/reference-guide.html#e-mail-configuration In particular, you should

Re: Syncope and Hikari

2021-01-11 Thread Francesco Chicchiriccò
egards. [1] http://syncope.apache.org/docs/2.1/reference-guide.html#deployment-directories -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

[ANN] Apache Syncope 2.1.8

2020-12-21 Thread Francesco Chicchiriccò
The Apache Syncope team is pleased to announce the release of Syncope 2.1.8 Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology . The release will be available within 24h from: https://syncope.apache.org/downloads

Re: Role dynamic memberships do not work after importing MasterContent

2020-11-10 Thread Francesco Chicchiriccò
ncope/core/persistence/jpa/dao/JPARoleDAO.java#L180 [2] https://github.com/apache/syncope/blob/2_1_X/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/JPARoleDAO.java#L104 -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Mem

Re: language and label edition regression in 2 =?UTF-8?Q?.1.7=20when=20having=20"_"=20??=

2020-10-28 Thread Francesco Chicchiriccò
;:"false","multivalue":false,"uniqueConstraint":false,"readonly":false,"conversionPattern":null,"validator":null,"enumerationValues":"","enumerationKeys":"","secretKey":null,"cipherA

Re: custom reportlet and reportletConf do not appear on console

2020-10-22 Thread Francesco Chicchiriccò
apache/syncope/core/provisioning/java/job/report/myReportlet.class >> ./core/target/syncope/WEB-INF/classes/org/apache/syncope/common/lib/report/myReportletConf.class >> >> However, no way to see them on console when I go to Configuration -> >> implementation -> reportlets ->

Re: Role layouts does not work when using dynamic membership

2020-10-22 Thread Francesco Chicchiriccò
On 22/10/20 09:30, Francesco Chicchiriccò wrote: > Hi, > layout information is fetched by the Realm page [1] via AnyLayoutUtils#fetch > [2]. > > As you can see from [2]: > > 1. only static Roles (not dynamic Roles) are currently considered > 2. the first non-null layou

Re: Role layouts does not work when using dynamic membership

2020-10-22 Thread Francesco Chicchiriccò
t the role to users >> member of some groups. >> >> I see that when I use dynamic role membership, the builder wizard layouts >> defined for the role are not applied to my users in, but if I set like >> statically the role to my users then the layouts work prope

Re: Fwd: How to generate swagger documentation

2020-10-14 Thread Francesco Chicchiriccò
all with Swagger UI enabled, all working fine. I'd suggest anyway to proceed as indicated below to check your generated openapi.json. Regards. > *From:* Francesco Chicchiriccò > *Sent:* Wednesday, October 14, 2020 10:27 AM > *To:* user@syncope.apache.org > *Subject:* Re: Fwd: How t

Re: Fwd: How to generate swagger documentation

2020-10-14 Thread Francesco Chicchiriccò
.org/docs/2.1/reference-guide.html#customization-core > >   > > >   > > -- > > - Anmol  > > -- > > Dott. Andrea Patricelli > > Tel. +39 3204524292 > >   > > Engineer @ Tirasa S.r.l. > > Viale Vittoria Colonna 97 - 65127 Pescara > > Tel +39 0859116307 / FAX +39 085973 > > http://www.tirasa.net > >   > > Apache Syncope PMC Member > > -- > Dott. Andrea Patricelli > Tel. +39 3204524292 >   > Engineer @ Tirasa S.r.l. > Viale Vittoria Colonna 97 - 65127 Pescara > Tel +39 0859116307 / FAX +39 085973 > http://www.tirasa.net >   > Apache Syncope PMC Member -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/

Re: Resource specific counters in Syncope

2020-10-09 Thread Francesco Chicchiriccò
On 07/10/20 14:45, Martin van Es wrote: > Hi Francesco, > > Thx for the quick reply! > > On Wed, Oct 7, 2020 at 11:18 AM Francesco Chicchiriccò <mailto:ilgro...@apache.org>> wrote: > > Hi Martin, > so you'd want to keep different counters for different

  1   2   3   4   5   6   7   8   >