Integrating Key Cloak

Hello All,

I need some suggestions/help, We want to integrate keycloak in our application to stores thousands of customers username and password, and fetch token while authentication process.( We did this activity using AWS-Cognito) due to customer requirement we want to replace aws-cognito with Keycloak.

How my application works
1.First registration flow UI makes call to application microservice by passing user credentials, application microservice makes call to identity microservice by giving credentials and then identity should make call to keycloak store users and get token via authentication
2.Second flow is login flow where UI should call key cloak directly to authenticate and fetch token

Can u give me documentations or sample code how to proceed, i have created a realm and client but not able to proceed after that

Can some one help us :smile: