<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
How to Enable Self Service Registration in Okta Sign In Widget
SDKs & Libraries
Okta Classic Engine
Overview

This article describes how to enable Self Service Registration in the Okta Sign-In Widget.

Applies To
  • Okta Classic Engine
  • Self-Hosted/Embedded Okta Sign-In Widget
  • Okta-Hosted Custom Sign-In Widget
  • Self Service Registration
Solution

In order to have the Self-Service Registration Link available in the Okta Sign-In Widget (no matter what the front-end framework is in use), add the following in the config declaration of the Widget: 

features: { registration:true }

 

When enabling this on the Okta-hosted Custom Sign-In Page, be sure to enable the feature directly without overwriting the existing features object created when the config is created by Okta:

config['features.registration'] = true;

 

 

Related References

Loading
How to Enable Self Service Registration in Okta Sign In Widget