Share users profiles across multiple SocialEngine setups - socialengine

Is it possible to share users profiles between two separate installations of Social Engine? I would like to have separate content (events, pages, classifieds ,groups etc.) for each installation and have common users for both sites (same domain, different folders).

You can do this the socialengine Socialengine single sign on plugin:
http://www.ipragmatech.com/socialengine-single-sign-on

Related

Is there a way to specify a list of preinstalled apps for a group of meta quest 2 test user accounts?

Is there a way to specify one list of apps to associate with all the test users in a group created using the meta quest developer console, such that when each test user account logs into a given device, all the specified apps appear in the library and can then be installed from the app menu without searching for each app? These would all be freely available apps in the meta quest store, not in-house developed apps for testing.

Is it possible to create more than one TWA app for different pages of the same domain?

I already have a TWA app for my root domain which takes user to the home page. I have another page in the same domain and I want to target this as a landing page via a new TWA app.
https://developer.chrome.com/docs/android/trusted-web-activity/multi-origin/ - This will not help as the landing page for the two TWA apps are different.
As the web-server hosting both pages will share a single manifest file, I don't see a possibility of setting start_url attributes differently for 2 TWA apps.
Are there any alternate ways of achieving this?
I am no big expert on the subject (In fact I myself came here to figure things out).
But I have implemented four different TWAs in one domain. So, yes it is possible. You need to give different "launch url" (or android.support.customtabs.trusted.DEFAULT_URL) for each of those.
Not sure why you say manifest file will be common. My all PWAs have different manifest file, and so do corresponding TWAs.

Add custom domain to specific URL of main domain

I have a multivendor eCommerce site. for example, mainsite.com. where vendor shop URL is mainsite.com/s/shopname. I want to give vendors to add a custom domain pointing to their shop. How can I create this type of functionality on my site?
This feature is similar to adding a custom domain to sites (Google sites, Heroku, Wix, Github, etc..)

Login functionality from my platform INTO other sites?

I am creating a software-platform in Symfony3 (a PHP framework). In this platform, there needs to be a page with links to approximately 20 different websites (among others: Google Analytics, Google TagManager, Rocket.Chat)
My goal is to enable the following functionality:
Upon having clicked on one of these links that are in my platform, I want to redirect the user to that particular site, while having them logged in.
So for example:
There is a 'link' to Google Analytics and when being clicked, the user needs to be redirected to their campaign within Google Analytics.
Note: The username/password that will be used to perform this login will be the same throughout all the different sites. We have a database with these credentials for each user, which we want to use to login to those different services.
I was thinking about using cURL, but this would not be a universal technique. (and bring forwards many security implications)
Another option would be to use the Google API to perform an authentication, but I could not find such functionality. (Normally, it is the other way around: logging into your platform by means of a google account)
I look forward hearing from your input!
Kind regards,
Jeroen

Getting Started - Viewing a Store

Installed the platform.
Installed the Commerce bundle of modules.
Setup a couple catalogs
Setup a couple stores, one on default url and one on another url mapped to same Azure site.
Installed the timber theme on each.
The urls only show the login page. How do I get the stores to show up, the catalogs each have at least one product.
You need both platform and storefront which are two different web applications.
Storefront connects to the platform and shows stores and products to customers, while platform is intended for managers, not for customers.