Run Sign Up Service using docker

Dear Tim Mosip,

I need to run esignet sign up module , so I can register user and login using mosip:idp:acr:password type .

Is there any docker compose that I can running this sign up module. since the example only explain using k8 ways

Thanks

Hi joni!

Thanks for reaching out.
We are looking into your query/feedback and will get back to you soon!
Until then, happy coding with MOSIP!

Best regards,
Team MOSIP

hi @joni ,

You don’t need the eSignet signup module to register yourself with a password and then log in using that password. If your goal is simply to experience login with password, you can use our Postman collection.

Inside it, you will find a User Mgmt folder. Open the Create User request and check the request body—you’ll see a field named password. You can set your own password there and then use the same password to log in.

If you prefer not to use Postman and still want a signup service specifically for user registration, you can follow the guidelines here:

This setup deploys eSignet along with the required services. However, please note that the signup service and its UI must be run separately using Java and Node applications.

I still recommend using the Postman script to create a user with your chosen password—it’s simpler and much cleaner. But if you want to experience the full signup UI flow, then the signup services are the way to go.

Thanks & Regards
Zeeshan

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.