Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D3E6A200B4C for ; Fri, 22 Jul 2016 08:46:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D2C70160A77; Fri, 22 Jul 2016 06:46:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20633160A91 for ; Fri, 22 Jul 2016 08:46:21 +0200 (CEST) Received: (qmail 13740 invoked by uid 500); 22 Jul 2016 06:46:21 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 13498 invoked by uid 99); 22 Jul 2016 06:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2016 06:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B1A802C0D69 for ; Fri, 22 Jul 2016 06:46:20 +0000 (UTC) Date: Fri, 22 Jul 2016 06:46:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-880) Identity Recertification MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 22 Jul 2016 06:46:23 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389032#comment-15389032 ] ASF GitHub Bot commented on SYNCOPE-880: ---------------------------------------- Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/26#discussion_r71833309 --- Diff: core/workflow-java/src/main/java/org/apache/syncope/core/workflow/java/DefaultUserWorkflowAdapter.java --- @@ -207,4 +207,10 @@ public WorkflowFormTO claimForm(final String taskId) { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); } + @Override + public WorkflowResult doRequestCertify(final User user) { + //Implement here Identity Recertification Process --- End diff -- Form processing is not supported by the default adapter, so remove comment and change message to "Not supported" > Identity Recertification > ------------------------ > > Key: SYNCOPE-880 > URL: https://issues.apache.org/jira/browse/SYNCOPE-880 > Project: Syncope > Issue Type: New Feature > Components: console, core > Reporter: Nicola Scendoni > Priority: Minor > > Identify Re-certification is required for many national and international standards like SOX, GxP, etc. > The idea is to implement one scheduled task that filter users basing on some attributes (example: last recertification date, role,...) and move then on one state "to be certified" and assign one task to some group that has the responsibility to recertified the user, or delete it from the system. > Some report should report evidence about when the users have been recertified and who was the certifier. > > This feature would be also the starting point to create account, role and groups re-certifications. -- This message was sent by Atlassian JIRA (v6.3.4#6332)