Authentication-service (Section)#
Path: /profiles/profile{id, type}/settings/user-management-service/authentication-service
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| totp-authenticator | leafref | optional | The TOTP authenticator from the linked authentication profile that will be used in GraphQL operations. All verified TOTP devices will be usable only with this authenticator. The Account Manager and Bucket configured in this authenticator must be the same as the ones configured in this user management profile. | |
| html-form-authenticator | leafref | optional | The HTML Form authenticator from the linked authentication profile that will be used in GraphQL operations. This authenticator will be used to process password resets or account activations that will be requested via the GraphQL API. The Account Manager configured in this authenticator must be the same as the one configured in this user management profile. | |
| opt-in-mfa-action | leafref | optional | The Opt-In MFA authentication action from the linked authentication profile that will be used in GraphQL operations. This action will be used to process requests related to the configuration of Opt-In MFA action (e.g. registering a factor, opt-out, etc.)The Account Manager configured in this action must be the same as the one configured in this user management profile. | |
| passkeys-authenticator | leafref | optional | The Passkeys authenticator from the linked authentication profile that will be used in GraphQL operations. This authenticator will be used to process passkey registration requests that will be requested via the GraphQL API. The Account Manager configured in this authenticator must be the same as the one configured in this user management profile. |