I’m trying to setup a function to handle transformUsername() using the Hosted Sign-In widget (i.e.: writing the function within the Okta Customization HTML editor). I’m not having much luck however – if you’ve done this before, can you advise where and how to place a transformUsername function into the hosted HTML sections?
Hi I am in a similar situation, I believe the above block of code goes before the line var oktaSignIn = new OktaSignIn(config);
Yet It does not seem to be processing, Am I missing something here