Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LE 'administrators' and 'users' duplicated data #24

Open
JuanAnsio opened this issue Nov 26, 2020 · 1 comment
Open

LE 'administrators' and 'users' duplicated data #24

JuanAnsio opened this issue Nov 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@JuanAnsio
Copy link
Contributor

When creating a Legal Entity, administrators currently requires passing fullName, identityLinkStrategy, emailAddress and mobileNumber in order to create DBS user. The same properties are needed later in users when creating the user profile. A more correct implementation IMO would be having only externalId in admins as reference to user data in users

          - name: "Soumit"
            realmName: "backbase"
            externalId: "soumit"
            legalEntityType: "CUSTOMER"
            administrators:
              - externalId: "soumit"
            users:
              - user:
                  externalId: "soumit"
                  fullName: "Soumit M"
                  identityLinkStrategy: "CREATE_IN_IDENTITY"
                  emailAddress:
                    address: "[email protected]"
                  mobileNumber:
                    number: "1234567890"
@JuanAnsio JuanAnsio added the enhancement New feature or request label Nov 26, 2020
@uesleilima
Copy link
Collaborator

@JuanAnsio interestingly the opposite works, where you can set everything in the admin and only add a reference to its externalId in the user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants