如何配置基于文件的 SMS OTP 身份提供程序

问题描述

我需要配置基于文件的 SMS OTP 身份提供商。我在 docs 中找不到相关的 xml 语法。

我尝试了以下语法。

<FederatedAuthenticatorConfigs>
        <smsotp>
        <Name>SMSOTPAuthenticator</Name>
        <displayName>smsotp</displayName>
        <IsEnabled>true</IsEnabled>
         <Properties>
            <property>
                <Name>SMSUrl</Name>
                <Value>url</Value>
            </property>
             <property>
                <Name>HTTPMethod</Name>
                <Value>POST</Value>
            </property>
        </Properties>
    </smsotp>
</FederatedAuthenticatorConfigs>

但是,它显示以下错误

ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler} -  SMS URL is null
org.wso2.carbon.identity.application.authentication.framework.exception.AuthenticationFailedException: SMS URL is null

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)