Customize the sign-up link in the Widget
The Admin Console (Classic UI) is required for this guide.
The upper-left corner of the page should say Classic UI. If it says Developer Console, click the drop-down box to change it to Classic UI.
If you left the Add to Sign-In widget check box clear when configuring the registration policy, then you need to configure a link using JavaScript in the Customize Sign-In Page HTML editor.
Note: To enable the Custom Sign-In Page HTML editor, you must have a custom URL domain configured.
- In the Admin Console, go to Settings and then Customization.
- Click the Custom Sign In tab.
- In the HTML editor, add the following configuration parameters directly under the
var config = OktaUtil.getSignInWidgetConfig();
line:
config['features.registration'] = true;
config['authScheme'] = 'SESSION';
- Click Save and Publish.