Using Flagsmith open source, is there a way to disable OATH services on the login page?
Yes, you can turn OATH off via a feature flag.
You need to be running Flagsmith on Flagsmith. To create a new project for Flagsmith, copy the relevant flags you need to control, then set
FLAGSMITH: The Flagsmith environment key we use to manage features - Flagsmith runs on Flagsmith.
FLAGSMITH_CLIENT_API: The api which the Flagsmith client should communicate with. Flagsmith runs on Flagsmith. E.g. https://api.flagsmith.com/api/v1/.
More on running Flagsmith on Flagsmith here - https://docs.flagsmith.com/deployment-overview/#running-flagsmith-on-flagsmith
You need to be running Flagsmith on Flagsmith. To create a new project for Flagsmith, copy the relevant flags you need to control, then set
FLAGSMITH: The Flagsmith environment key we use to manage features - Flagsmith runs on Flagsmith.
FLAGSMITH_CLIENT_API: The api which the Flagsmith client should communicate with. Flagsmith runs on Flagsmith. E.g. https://api.flagsmith.com/api/v1/.
More on running Flagsmith on Flagsmith here - https://docs.flagsmith.com/deployment-overview/#running-flagsmith-on-flagsmith
Updated on: 21/04/2021
Thank you!