[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-19 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r427355325 ## File path: core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/dao/auth/GoogleMfaAuthTokenDAO.java ## @@ -0,0 +1,49 @@ +/* + * L

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-20 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r427782240 ## File path: common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/wa/GoogleMfaAuthTokenService.java ## @@ -0,0 +1,127 @@ +/* + * L

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-25 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r429891279 ## File path: core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/auth/AuthProfile.java ## @@ -0,0 +1,40 @@ +/* + * Licensed

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-26 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r430202043 ## File path: core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/auth/AuthProfile.java ## @@ -0,0 +1,40 @@ +/* + * Licensed

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r430993373 ## File path: core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/data/AuthProfileDataBinder.java ## @@ -0,0 +1,27 @@ +/* Review

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r430993076 ## File path: wa/starter/src/test/java/org/apache/syncope/wa/starter/SyncopeCoreTestingServer.java ## @@ -68,7 +80,81 @@ public void onApplicationEvent(fi

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r430993966 ## File path: common/am/lib/src/main/java/org/apache/syncope/common/lib/to/AuthProfileTO.java ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r431032109 ## File path: common/am/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/AuthProfileService.java ## @@ -0,0 +1,99 @@ +/* + * Licensed to

[GitHub] [syncope] ilgrosso commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
ilgrosso commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r431039713 ## File path: core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/data/AuthProfileDataBinder.java ## @@ -0,0 +1,27 @@ +/* Review