This article describes how to enable Self Service Registration in the Okta Sign-In Widget.
- Okta Classic Engine
- Self-Hosted/Embedded Okta Sign-In Widget
- Okta-Hosted Custom Sign-In Widget
- Self Service Registration
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;
