The practice of creating generic code such that it can be easily reused on multiple projects for different clients with independent branding requirements. Items that can be changed in a white label app may include colors, fonts, images, text, layout, even features or entire sections of the app.
Questions tagged [white-labelling]
127 questions
0
votes
0 answers
Whitelabel Django Application and connecting Google and Facebook accounts
We have a web application that runs on say domain.com. We then have whitelabel users that access the application from subdomain.theirdomain.com.
Our application is able to connect Google, Facebook, Twitter accounts using our main domain…

BlueSkies
- 103
- 2
- 8
0
votes
2 answers
Dynamic app style depending on URL parameter with Angular
I want to set different styles for my app, depending on a URL parameter (that I already got).
I tought to do something like this:
let dynamicCSS;
@Component({
selector: 'app',
templateUrl: './app.component.html',
styleUrls:…

Liu
- 66
- 1
- 7
0
votes
1 answer
Django- Incorporate django-sites with multiple models
I am trying to build a white labled product and I am thinking to use django-sites module. I have multiple models of a particular site.
I have found an example like add foreign key of a Site model to a single model. but adding foreign key of Site…

The Manish BharDwaj
- 11
- 2
0
votes
1 answer
How to install Nginx in a aws ec2 instance which is hosted on a private subnet
I am trying to launch the nginx on the aws ec2 instance which is launching in a private subnet. After installing everything ( i mean nginx) i am not able to access it with curl command also. I searched a lot in Google I didn't find any solution.

SHARAN SUTRAPU
- 1
- 1
0
votes
1 answer
JWT vs Cookies (Sessions) for WhiteLabeled Web App - Prevent CORS and 3rd Party Cookie Issues
Overview
So I have a web application (Node.JS/React/GraphQL/PostreSQL) and I'm switching from Auth0 to in-house (custom) authorization/authentication for my user base. The big catch here is the application can be 100% white-labeled for companies…

Mark Sinapi
- 11
- 1
0
votes
1 answer
Kylo Azure AD integration
I am trying to add a plugin module in kylo for login into application using azure AD. We are facing challenge in redirecting the request to login page.

ashutosh tiwari
- 65
- 1
- 6
0
votes
0 answers
Image labelling, How to annotate a picture which don't have an object but i should have its xml file as i explained in the question
I find a dataset which some of the pictures is not annotated but it has like this format in xml.
But this another picture has an annotated object which look like this:
Can any one tell me How and by which tools i can annotated a picture which…

user12579252
- 21
- 6
0
votes
0 answers
react with spring boot white label error page in tomcat
How to redirect to correct react page with spring boot as back end in tomcat instead of showing white label error page?
I think my routing is not configured properly, can you please suggest the configuration steps.
I'm also stuck with Firefox…
0
votes
0 answers
List won't show when the Button is pressed (+String parameter 'genre' is not present)
This is my first time using StackOverflow, I apologize for any mistakes in the summary of the question.
I'm trying to create a button for a video catalog webpage that when pressed returns the films with the fitting genre. The movies are static and…

CultMember
- 1
- 2
0
votes
0 answers
How to move from AppStore and PlayMarket to Enterprise to implement white labeling for different companies?
my client wants to remove our application from AppStore and PlayMarket and distribute it privately to his and other companies (B2B). Our company has D-U-N-S number, but still it is not official company with employees. That's why I excluded the…

Odaryna Korolevych
- 27
- 4
0
votes
2 answers
How to setup whitelabel for your azure website?
I have seen quite a lot of websites like agoda, booking.com etc. offering whitelabel services for their affiliate programs. It would have you set the cname record of your website to point to their domain like whitelabel.agoda.com (example). I am not…

Jaruwitt A.
- 27
- 3
0
votes
2 answers
Spring boot & Java - HTTP Status 404 error aka white-label error
Please have a look at my codes below. The Java codes seemed to work just fine, but localhost:8080 gives me the error code 404 when I try to access it. I want to make localhost 8080 work. Please let me know if you need further…
0
votes
0 answers
Authenticating with third party services when whitelabeled
I have a platform that allows users to connect services such as Facebook, Twitter, LinkedIn, Google My Business etc and I provide a whitelabel option where customers can use their own domain and their users are unaware that it is my platform they…

BlueSkies
- 103
- 2
- 8
0
votes
1 answer
What needs to be done in order to distribute a White-label app in the App Store?
I made a custom White-label iOS app for a business. This business owner doesn't own any Apple products.
What steps need to be done in order to publish the iOS app under his business name?
I can share the iOS app IAP with him, but I don't know how to…

zeus
- 12,173
- 9
- 63
- 184
0
votes
1 answer
White label a UWP Application
I am about to start development on an UWP Application. One of the last minute requirements was to be able to support white-labeling the application for our partners. Does anyone have any experience doing this using the Universal Windows Platform…

sridhar patro
- 41
- 5