Hide Connecting To Banner
#
ProblemWith OIE, by default you'll notice a "Connecting To" banner when using a Okta Hosted Login. This can be a unintended design element that may not fit with your brand requirements, especially for standalone CIAM implementations.
#
SolutionThis requires a simple JavaScript snippet after the Signin Widget is rendered to hide or remove the element from being render.
#
Sign In WidgetFor the Sign In Widget (SIW), leverage the afterRender
event listener to locate the banner element, and remove it from the view.
Example: