I got access to the server but it is a page that allows me to either start, stop, or restart nginx or tomcat servers. Is it possible for one to SSH and setup or we don't need that? We just need the DB Host, Password, etc to be able to store our data there. But how will we configure our backend server to handle the CRUD operation between the mobile or web apps with the SQL database where the information is stored?
Also, are we supposed to develop the BSA authenticator separately from the Digital Wallet Application?
Hi AdeptSchneider22!
No. You will need to integrate the BSA Mobile SDK with your own Digital Wallet Application, so the DWA will also act as your BSA Authenticator.
Thanks!
Olan
Hi AdeptSchneider22! Olan here from FNSValue, thanks for reaching out.
1. Is it possible for one to SSH and setup or we don't need that?
No, we do not provide SSH for the server, but we do provide filezilla access for you to deploy the your user_api.war (make sure to name your war file same like the above).
2. How will we configure our backend server to handle the CRUD operation between the mobile or web apps with the SQL database where the information is stored?
You may access your DB using MYSQL workbench and import your DB scheme. Important note: BSA DB access is not provided to participants. If you want to do the CRUD operation, you may create and use your API call between your own DB and the apps.
If you require user information during registration (userkey, email, phone number and name) please update these in your DB.
Hope this answers your questions!
Olan
Noted with thanks. I really appreciate it Olan