Auto-create-account (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/auto-create-account

Parameters#

NameTypeRequiredDefaultDescription
add-extra-attributesbooleanoptionalfalseAdd all other attributes from the configured location to the account (subject attributes are used by default)
auto-create-linkbooleanoptionalfalseWhen this is set to ‘true’ and the authenticator belongs to a domain, a link will be created on the authenticator’s domain with foreignAccount the ‘subject’, using the same account manager used to create the account.
create-activebooleanoptionalfalseWhether to create active accounts (false by default, i.e. inactive accounts are created)
email-attributestringoptionalThe attribute containing the email for the new account. If not configured, a unique email will be generated for the account. If configured but no attribute is found, a server error will occur.
email-attribute-sourceenumerationoptionalsubject-attributesSource location for the attribute containing the email.
extra-attributes-sourceenumerationoptionalsubject-attributesSource location for the additional attributes to add to the account.
fail-on-conflictsbooleanoptionalfalseWhen this is set to ‘true’, the action will fail authentication if the account cannot be created, for example if the email is used by some other account.
phone-number-attributestringoptionalThe attribute containing the phone number for the new account. If configured but no attribute is found, a server error will occur.
phone-number-attribute-sourceenumerationoptionalsubject-attributesSource location for the attribute containing the phone number.
username-attributestringoptionalsubjectThe attribute containing the username for the new account. If this attribute is not found, a server error will occur.
username-attribute-sourceenumerationoptionalsubject-attributesSource location for the attribute containing the username.

Subsections#

NameTypeDescription
account-manager SectionNone

Was this helpful?