AkrosAG / Akros-Marketplace

Apache License 2.0
3 stars 5 forks source link

Knowhow build up about the use of keycloak in marketplace #218

Open akrguda opened 1 year ago

akrguda commented 1 year ago

As a developer I want to get the knowhow about how to use keycloak and its possibiltiy for using it in marketplace so that I can use it for database solution questions / security and so on.

DoR


Acceptance Criteria


DoD

Filipe-Inacio commented 1 year ago

After what I learned about keycloak it does not make sense to connect our db with this from keycloak because it is a system that works perfectly how it is.

For the marketplace that means know that we have 2 possibility how resolve the ticket #182

  1. Save userId on the topic At the moment we are saving on the topic an userId that comes from keycloak. With that we can show our adds and everything. That would also be a little bit the easier way

  2. After register save the created user from Keycloak in our advertiser table As soon as we have registered the user in keycloak, we would need to store it also in our table. So that would mean we save the information twice and for making one register we would need 2 requests