Note : Before you proceed with Embedded H2 database, make sure your system has given write permission to the IdP folder i.e. mo-idp-server- <version> folder. If not then first assign the write permission to the IdP folder to avoid getting stuck in permission issues. Write permission is required because Embedded H2 database is created in IdP folder with the folder named data.
Select embedded Database and click on proceed.
1. Embedded Database – Set up miniOrange with the embedded H2 database to get you started. You’ll need to migrate to a supported external database before using miniOrange as a production system. This option is recommended if you’re just using miniOrange for a test trial. The database folder is created inside the mo-idp-server folder named data.
Note: In case if you are stuck in permission issues, you can run commands specific to your OS to perceed or you can follow the instructions given on pop-up.
Windows: icacls “path upto mo-idp-server-X ” /remove:d Users /grant:r Users:(OI)(CI)F /T
Linux : chmod -R 775 “path upto mo-idp-server-X”
If you dont have enough previleges to run above commands, in that case either you can follow instructions from pop-up or can contact us.
Once database is created successfully, you will be redirected to the admin set up page where you will configure admin account for Identity Provider.