Allow sign-up without invitation validation¶
This chapter will guide you through the steps required to configure feature Allow sign-up without invitation validation
.
It allow users to signup in situation when they were previously invited but weren't able to answer to the invitation, eg. because invitation expired or mail has been lost.
All profile attributes that where part of the invited account will be connected with new account created with normal registration flow.
Prerequisites¶
To successfully complete this topic guide you need to ensure following prerequisites:
- Onegini IdP instance must to be running, for the sake of this guide we assume it's available under http://idp-core.dev.onegini.me address
- Onegini IdP must have the
Username & password
identity provider configured - Onegini IdP must have the
Allow sign-up without invitation validation
feature configured inConfiguration->Feature management
section
Configure Allow sign-up without invitation validation in Onegini IdP¶
Visit http://idp-core.dev.onegini.me:8082/admin page and login to Onegini IdP admin console.
Select Configuration
menu option and navigate to Feature management
tab and select Allow sign-up without invitation validation
in Invitation verification
section.
Testing¶
Feature can be tested by following below steps:
- create the account via person api
- send invitation to created account and ignore it
- sign up with email used in the first step
After sign up account is created and person is automatically logged in. Notice that attributes used in the first step has been applied to the new account, eg. phone number.