[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] mmoayyed commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
mmoayyed commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r431036748 ## 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] mmoayyed commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

2020-05-27 Thread GitBox
mmoayyed commented on a change in pull request #189: URL: https://github.com/apache/syncope/pull/189#discussion_r431031510 ## 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] mmoayyed commented on a change in pull request #189: SYNCOPE-1562: Manage tokens for WA GoogleAuth MFA

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

[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 @@ +/*

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

2020-05-27 Thread GitBox
mmoayyed commented on pull request #189: URL: https://github.com/apache/syncope/pull/189#issuecomment-634550779 This should be ready for another review. Test failures seem random. This is an automated message from the Apache

[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 @@ +/*

[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

[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