From 76a241ea044b4a1f930a0839992d317afa8104ce Mon Sep 17 00:00:00 2001 From: Ralitsa Todorova Date: Mon, 28 Jan 2019 16:43:23 +0200 Subject: [PATCH] Add TODO notes for future implementation in addAuthenticationProviderToProfile Signed-off-by: Ralitsa Todorova --- .../java/biz/nynja/account/services/AccountServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/biz/nynja/account/services/AccountServiceImpl.java b/src/main/java/biz/nynja/account/services/AccountServiceImpl.java index 4b42261..acbb793 100644 --- a/src/main/java/biz/nynja/account/services/AccountServiceImpl.java +++ b/src/main/java/biz/nynja/account/services/AccountServiceImpl.java @@ -607,6 +607,10 @@ public class AccountServiceImpl extends AccountServiceGrpc.AccountServiceImplBas responseObserver.onCompleted(); } + // TODO: In future this endpoint should be exposed so that it is accessible for end users. An additional call to + // Authentication Service should be made in order to verify the authentication provider that is to be added. + // See this post for more information: + // https://nynjadev.atlassian.net/wiki/spaces/NM/pages/595132817/Verify+Authentication+Provider+Flow @Override @PerformPermissionCheck @Permitted(role = RoleConstants.ACCOUNT_ADMIN) -- GitLab