Administration
Organization Settings
Public Content
4min
public content lets you specify what is accessible to the public on your organization's branded app before a user has onboarded or logged in configure {{jig}} s and widgets that anyone can access without needing to log in or be authorized configure links related to security a link to your company's privacy policy a link to your organization's website or terms and conditions for using the app a link to your company's legal disclosure (imprint) a link allowing people to request access to the app public content configuration considerations public content is set at an organizational level and not solution level public content applies to branded apps the content/links/widgets/ {{jig}} s require no authorization and can be viewed by the public when the public solution tab is configured, the intial app screen will have two options, namely, log in by logging in, you will be authenticated and have access to the solutions configured and published in {{jigxbuilder}} continue without logging in t here is no authentication and you will only see the public solution defined in the public solution tab limitations on using a public solution cannot use rest calls as they require the {{jigx}} authorization layer no data or {{dynamicdata}} access no access to credentials, such as oauth, api key, or secrets the public solution tab is a definition file without folders when submitting branded apps to the app stores for publishing it is recommended to include a privacy policy link as the stores might require you to provide sufficient warning to your users regarding tracking of data and cookies the public content setting is not required and you can configure the nodes according to your requirements, such as privacy public content settings you can add the urls in the provided fields in the language of your choice multiple languages are supported properties description example public solution configure the public solution that is shown on the branded app at the organization level that requires no login for example, two widgets, one for customers and the other for employees see the public content docid\ ybaxguhhccee3plyi3owy example privacy add the url to your company's privacy policy define the url in multiple languages, such as english (en), and german (de) the privacy settings are displayed in the app under profile > security and on the splash screen for branded apps https //www global com/privacy policy terms & conditions add the url to your company's terms of service/terms and conditions define the url in multiple languages, such as english (en), and german (de) https //www global com/terms of service/ legal disclosure provide a link to your company's legal disclosure page or contact/about us information https //global com/about us/ request access add the url for users to register through the app the url calls the {{jigx}} api to register the user https //global azurewebsites net/jigxregister/form the public content links configuration for p rivacy policy , t erms & conditions and legal disclosure are displayed in the app under profile > security public links example of a public solution the public solution tab is a definition file configured similiarly to creating the yaml in the {{jigxbuilder}} just without the folders in the definition file the following entries are required definition name jigs title category widgets yaml structure simply add your json definition or add the yaml in the editor window toggle between the json and yaml tabs to ensure your definition is correct management validates values in the json and yaml and will provide a validation message in red at the bottom of the editor providing information regarding the issue public solution json in the example below there are two {{jig}} s of type jig document docid\ ollvpog4abe1ziyoj1j91 the documents are html pages for registering depending if you are a customer or employee each {{jig}} is configured with a 2x2 image widget public solution json { "definition" { "name" "global", "jigs" { "registration customer" { "source" { "documenttype" "html", "uri" "https //app global help/customer/register" }, "title" "customer registration", "jigid" "registration customer", "type" "jig document", "widgets" { "2x2" { "type" "widget image", "options" { "bottom" { "type" "component titles", "options" { "title" "for customers", "align" "center" } }, "source" { "uri" "https //images unsplash com/photo 1600880292203 757bb62b4baf?w=500\&auto=format\&fit=crop\&q=60\&ixlib=rb 4 0 3\&ixid=m3wxmja3fdb8mhxzzwfyy2h8nhx8y3vzdg9tzxjzfgvufdb8fdb8fhww" } } } }, "isscrollable" false }, "registration employee" { "source" { "documenttype" "html", "uri" "https //app global help/customer/register" }, "title" "employee registration", "jigid" "registration employee", "type" "jig document", "widgets" { "2x2" { "type" "widget image", "options" { "bottom" { "type" "component titles", "options" { "title" "i'm a employee", "align" "center" } }, "source" { "uri" "https //images unsplash com/photo 1572021335469 31706a17aaef?w=500\&auto=format\&fit=crop\&q=60\&ixlib=rb 4 0 3\&ixid=m3wxmja3fdb8mhxzzwfyy2h8mtz8fgvtcgxvewvlfgvufdb8fdb8fhww" } } } } } }, "title" "global", "category" "business", "widgets" \[ { "size" "2x2", "jigid" "registration customer" }, { "size" "2x2", "jigid" "registration employee" } ] } } public solution yaml definition name global jigs registration customer source documenttype html uri https //app global help/customer/register title customer registration jigid registration customer type jig document widgets 2x2 type widget image options bottom type component titles options title for customers align center source uri https //images unsplash com/photo 1600880292203 757bb62b4baf?w=500\&auto=format\&fit=crop\&q=60\&ixlib=rb 4 0 3\&ixid=m3wxmja3fdb8mhxzzwfyy2h8nhx8y3vzdg9tzxjzfgvufdb8fdb8fhww isscrollable false registration employee source documenttype html uri https //app global help/customer/register title employee registration jigid registration employee type jig document widgets 2x2 type widget image options bottom type component titles options title i'm a employee align center source uri https //images unsplash com/photo 1572021335469 31706a17aaef?w=500\&auto=format\&fit=crop\&q=60\&ixlib=rb 4 0 3\&ixid=m3wxmja3fdb8mhxzzwfyy2h8mtz8fgvtcgxvewvlfgvufdb8fdb8fhww title global category business widgets \ size 2x2 jigid registration customer \ size 2x2 jigid registration employee