Avery Haskell
Posts: 0
Joined: Wed Jun 17, 2015 10:34 pm

Can I create an app that will work work across multiple enterprises?

Can I create an app that I can deploy to multiple enterprises? If so, do I have to create multiple versions of the same app and back end?

ie. I have an application that I want to deploy at multiple Universities, for the same purpose of assisting security guards and campus police and allowing these security guards to communicate with one another (only if they are working at the same University, however). However, I am not sure if I can use the same application with different logins/credentials with Auth0 set up in a way that will work at multiple Universities, but not overlap/share data from University to University.

Thank you in advance for answering my question!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Can I create an app that will work work across multiple enterprises?

Hello Avery,

Sorry, I'm not sure I understand you correctly, could you please clarify, you want to have one app to be able with different databases depending from the credentials?

Avery Haskell
Posts: 0
Joined: Wed Jun 17, 2015 10:34 pm

Can I create an app that will work work across multiple enterprises?

Hello Support Team,

I want to deploy the application to Group A, Group B, and Group C.

For each Group, members should be in a closed network. This means members of Group A shall only be able to access and send data to and from members of Group A.

For Group B, members will only be able to access and send data to and from members of Group B.

And so on.

This requires logic to be able to differentiate between members of Group A, B, and C upon logging in to the application. If a member of Group A logs in, they should basically see a different application than a member of Group B would.

How do I go about implementing this functionality?

The difficulty is in keeping the data separate.

Thank you in advance.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Can I create an app that will work work across multiple enterprises?

Avery,

I think this is possible, but you'll have to implement a lot of custom logic. You would need to you can check the user and make the redirect to the pages where different db services will be called.
I think it will be much more easier to create a several identical apps with different databases.

Return to “Issues”