
AlexandreG.58943 (Customer) asked a question.
We are using the Okta's Activation flow to create users. Within this flow we did customize the mail template to put our Organization branding. For that we remove all reference to Okta into our customization.
But we couldn't remove all:
1. In the Activation Page, when the user select the security picture the description says : "Your security image gives you additional assurance that you are logging into Okta, and not a fraudulent website." (Note: the same with the SMS part)
2. All other UIs have the "Powered By Okta" and the Okta Privacy Policy.
Is there a way to remove the "Okta" Reference from the activation form?
When the "Power by Okta" is not that critical the issue is on the "Privacy Policy" that point to an Okta Policy description - can we change the landing page of the "Privacy Policy" link?
Thank you in advance.

Hello Alexandre ,
My name is Vasi, from Okta support.
For this type issue we will need a support case to be opened so we can see in real time, what can we accomplish.
Thank you for your reply, i will create a Support Case.
Edit the javascript section, set the footer css style to none…
document.getElementById("OKTA-FOOTER-SELECTOR").style.display = "none";
Please let me know where is the Javascript section? I looked under Customization, Sign-On and can't find it?