wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[Accelerator] Mandatory config to enable secondary authenticators #793

Closed shadhini closed 1 year ago

shadhini commented 1 year ago

Affected OB version:

OB3

Affected OB specifications:

AU, Accelerator

Existing pages to be updated:

Accelerator Doc | Identifier-first Authentication CDS Doc | Configure SMS OTP Authenticator

Description (Optional):

Instructions:

Add following instructions to aforementioned existing documents.

  1. Add the following configuration to <IS_HOME>/repository/conf/deployment.toml to set authenticator steps:

    [open_banking.sca.idp]
    name = "<IDP_NAME>"
    step = "<IDP_STEP>"

    e.g.: If you want to add SMS Authenticator IDP, named SMSAuthentication as the second authenticator step, then add the following configuration.

    [open_banking.sca.idp]
    name = "SMSAuthentication"
    step = "2"

    References:

    https://github.com/wso2-enterprise/financial-open-banking/issues/8227

    Labels:

    300, Autralia, Acceerator, Type/enhancement