<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000AJFlc6CQDOkta Classic EngineAdministrationAnswered2025-03-17T14:55:06.000Z2025-02-17T18:36:00.000Z2025-03-17T14:55:06.000Z

BarryA.30716 (Customer) asked a question.

Unable To Modify Keep Me Signed In label (OIE) Within Custom Branded Sign-In Page

We have a custom branded sign-in page, and within this logic, we override some of the messages with our own messages.

 

An example of how we currently do this is as follows:

 

      let config = OktaUtil.getSignInWidgetConfig();

 

      // Render the Okta Sign-In Widget

      if (config.language === 'en') {

        config.i18n.en["factor.sms.time.warning"] = "Haven't received an SMS? To try again, click the 'Re-send code' button";

      }

 

We would like to change the text for the Keep Me Signed In checkbox to something different than "Keep Me Signed In".

 

I first tried to override the message directly within the code editor of the sign-in page, like this:

 

config.i18n.en["oie.kmsi.title"] = "Do not challenge me on this device for 7 days";

 

I've also tried by accessing the corresponding Labels page, and changing the text of the Title property within the "Keep me signed in" section.

 

Neither of these options work. I was also able to log the value of the label to the console like this:

 

console.log(config.i18n.en["oie.kmsi.title"]);

 

This outputs the desired label value, yet the actual label on the login screen still displays the old label.

 

Is there a different way to modify this, or maybe, is it possible that the label that I'm trying to override is different than the one that I'm actually overriding?


BarryA.30716 likes this.
  • Hi @BarryA.30716 (Customer)​ , Thank you for reaching out to the Okta Community! 

     

    While this is a bit outside of my area of expertise, I ran it by my colleagues and they mentioned that there is also a property called "oie.remember" that you might have to take a look at as well. 

    oie.enroll.skip 

    That being said, if you continue having issues with this and if you have an account with us and are a SuperAdmin/Case Admin, please open a case to work with my colleagues from the Support Team to investigate this further. They'll be able to access additional tools and resources to help you get to the bottom of it.  

     

    Regards.

    --

    The new Okta Help Center YouTube channel is your go-to resource for tips, troubleshooting, and best practice videos. Subscribe today.

    Expand Post
    Selected as Best
  • Hi @BarryA.30716 (Customer)​ , Thank you for reaching out to the Okta Community! 

     

    While this is a bit outside of my area of expertise, I ran it by my colleagues and they mentioned that there is also a property called "oie.remember" that you might have to take a look at as well. 

    oie.enroll.skip 

    That being said, if you continue having issues with this and if you have an account with us and are a SuperAdmin/Case Admin, please open a case to work with my colleagues from the Support Team to investigate this further. They'll be able to access additional tools and resources to help you get to the bottom of it.  

     

    Regards.

    --

    The new Okta Help Center YouTube channel is your go-to resource for tips, troubleshooting, and best practice videos. Subscribe today.

    Expand Post
    Selected as Best
  • BarryA.30716 (Customer)

    Thank you for the recommendation Mihai. Referencing the oie.remember property allowed me to override the text of that checkbox.

     

    Unfortunately, the functionality didn't match what we were trying to accomplish, so rather than trying to repurpose that checkbox, we would like to remove it entirely.

     

    I have opened another support question with more detail, but since we only want to remove it from our custom domain, and not the overall Okta tenant, I can't just disable that from the Organization Security options.

     

    Any suggestions?

    Expand Post
This question is closed.
Loading
Unable To Modify Keep Me Signed In label (OIE) Within Custom Branded Sign-In Page