<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
0D54z00009qXSKiCAOOkta Classic EngineIntegrationsAnswered2023-12-01T16:49:39.000Z2023-11-29T22:59:35.000Z2023-12-01T16:49:39.000Z
Okta Sign In Widget: Redirect based on query param - Add additional text below sign in button - Show custom links without need help signing in?

I have few questions based on Okta Hosted Sign In Widget:

 

1) When user clicks on login we are redirecting user to okta hosted widget with the redirect url as query parameter and now once user logs in we want to redirect them based on the query parameter.

e.g. okta hosted widget is on xyz.com and we are accessing that like xyz.com/?redirectURL='abc.com' now how can we redirect user to abc.com after login.

With signInWithRedirect({ originalUri: 'abc.com' }); we can redirect them to the url which is there as originalUri but we don't want to use that so guide us how can we implement that in the sign in widget it self using customization.

 

2) How can we add additional text below the sign in button. I went through the document provided by okta but nothing is available for this stuff (https://developer.okta.com/docs/guides/custom-widget/main/*use-the-code-editor).

 

3) Currently all custom links are coming under need help signing in? link at the bottom of the widget. But how can we show all links outside without showing need help signing in?

config.i18n.en = {'needhelp': " "} this is hiding the link but after that we are not able to see any links over there.


This question is closed.
Loading
Okta Sign In Widget: Redirect based on query param - Add additional text below sign in button - Show custom links without need help signing in?