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
Problem: there is currently no way to sign up new users in the backend.
Keep in mind that to create a new user, the API needs a the user to be already registered in Keycloak and have it's Keycloak-ID.
Solution:
create a new endpoint /signup in the API that takes new users info and creates a new user in Keycloak then link it with a user model in the backend afterwards.
Alternative solution:
Make the front end create both user in Keycloak and the API, this is a bit shaky.
Problem: there is currently no way to sign up new users in the backend.
Keep in mind that to create a new user, the API needs a the user to be already registered in Keycloak and have it's Keycloak-ID.
Solution:
create a new endpoint /signup in the API that takes new users info and creates a new user in Keycloak then link it with a user model in the backend afterwards.
Alternative solution:
Make the front end create both user in Keycloak and the API, this is a bit shaky.