
ChetanC.23766 (Customer) asked a question.
I am using okta sign-in widget to update my sign-in page. So far I was able to customize the page and login works properly. But when I enter my username and password and hit enter, a page comes up saying "Signing in... user@email.com" for a split second. How do I change/remove this behavior?

Hi @ChetanC.23766 (Customer) , Thank you for reaching out to the Okta Community!
You should have the option to disable that page under Admin → Customizations. In my case it's under Admin → Customizations - Brands - "brand name" - Settings - "Loading page animation".
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!
--------------------------------
Headed to Oktane? Here's what you can expect, plus all the Okta tips you may have missed this month
Hi @Mihai Negoita - Okta (Okta, Inc.), Thank you for the response.
I have tried that but it doesn't work.
I found that we can modify the text from "Signing in..." to something else like below.
config = {
...config,
i18n: {
en: {
// signin labels
'oie.success.text.signingIn.with.ellipsis': 'Logging in..',
}
}
};
But I cant seem to find a way to remove that animation/page itself entirely. Is there a particular css class that we can hide directly so that page is empty?
I revisited this as I misunderstood what page you are referring to and the interstitial page was not showing in the environment I initially used for testing (Okta Classic).
I've since tested with an OIE environment and saw the page you are referring to.
Unfortunately, that is not covered by the setting I mention. The "Loading page animation" refers just to custom app logins not all.
I ran this by my colleagues and confirmed that there currently is no feature for this.
You can suggest this as a Feature Enhancement request on the Okta Community page by going to the Community→ Ideas tab. Features suggested in our community are reviewed and can be voted and commented on by other members. High popularity will increase the likelihood of it being picked up by the Product Team and it being implemented.
More details here.
Regards.
--------------------------------
Headed to Oktane? Here's what you can expect, plus all the Okta tips you may have missed this month