Base solution for your next web application
Open Closed

Public Form in a multi-tenant application. #11970


User avatar
0
maberry created

What is the best way to set up a publicly available form in my multi-tenant application?

Version 12.3 Angular 16.1.2 Typescript 5.1.6

Once it is set up as public, if I understand correctly people could access the page via www.tenant1.myApplication.com/request where tenant1 is the name of the tenant, request is the name of the component, and myApplication is the domain. Is that correct?

Thanks,

Steven


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @maberry

    You can configure your app URL as https://{TENANCY_NAME}.myapplication.com in your appconfig.json file for appBaseUrl. Then, tenant info will be extracted from the given URL.

    For a public form, you can check existing user registration form in your Angular app.