You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked and made some modifications to the code to be able to register clients, which involved separating the existing SpringDataClientDetailsServiceImpl into a modified SpringDataClientDetailsServiceImpl (implements ClientDetailsService) and SpringDataClientRegistrationServiceImpl (implements ClientRegistrationService). The client controller takes in ClientRegistrationData, similar to the EndUser creation process. However, this only accomplished saving the new client to the mongodb. How do I save the client to the postgres db so that a POST to a "/clients" endpoint will register a client?
The text was updated successfully, but these errors were encountered:
I forked and made some modifications to the code to be able to register clients, which involved separating the existing SpringDataClientDetailsServiceImpl into a modified SpringDataClientDetailsServiceImpl (implements ClientDetailsService) and SpringDataClientRegistrationServiceImpl (implements ClientRegistrationService). The client controller takes in ClientRegistrationData, similar to the EndUser creation process. However, this only accomplished saving the new client to the mongodb. How do I save the client to the postgres db so that a POST to a "/clients" endpoint will register a client?
The text was updated successfully, but these errors were encountered: