在哪里可以为 SMSOTP 配置 wso2 中的 TokenExpiryTime?
Where can I configure TokenExpiryTime in wso2 for SMSOTP?
我正在测试并已使用 SMSOTP 和 VonageAPI 配置了 wso2 Identity Server 5.7.4。系统正确地向 API 发送命令,phone 收到代码,但是输入代码后,我收到一条授权失败消息。
wso2服务器日志记录错误:
错误 {org.wso2.carbon.identity.authenticator.smsotp.SMSOTPAuthenticator} - TokenExpiryTime 属性 未在应用程序中配置 - authentication.xml 或 SMS OTP 验证器 UI
我找不到任何引用此 属性 的文档,并且设置说明也没有提及设置它。
在<IS_HOME>/repository/conf/identity/application-authentication.xml
文件的AuthenticatorConfig name="SMSOTP" enabled="true">
段下添加如下配置
<Parameter name="TokenExpiryTime">30</Parameter>
我正在测试并已使用 SMSOTP 和 VonageAPI 配置了 wso2 Identity Server 5.7.4。系统正确地向 API 发送命令,phone 收到代码,但是输入代码后,我收到一条授权失败消息。
wso2服务器日志记录错误: 错误 {org.wso2.carbon.identity.authenticator.smsotp.SMSOTPAuthenticator} - TokenExpiryTime 属性 未在应用程序中配置 - authentication.xml 或 SMS OTP 验证器 UI
我找不到任何引用此 属性 的文档,并且设置说明也没有提及设置它。
在<IS_HOME>/repository/conf/identity/application-authentication.xml
文件的AuthenticatorConfig name="SMSOTP" enabled="true">
<Parameter name="TokenExpiryTime">30</Parameter>