product-is icon indicating copy to clipboard operation
product-is copied to clipboard

Screen value (mobile number) is not visible in the UI for Federated SMS OTP connector

Open JayaShakthi97 opened this issue 9 months ago • 2 comments

Describe the issue:

When trying SMS OTP flow with Federated SMS OTP connector, the screen value is not visible in the UI even though the configurations are added.

How to reproduce:

  1. Setup federated SMS OTP through the management console. (You have to enable the identity providers menu)
  2. Add it to an application's login flow as the second factor.
  3. Add the following config to the deployment.toml
[authentication.authenticator.sms_otp.parameters]
screenUserAttribute = "http://wso2.org/claims/mobile"
noOfDigits = 4
  1. Restart the server and try login flow with the application.
  2. Observe the OTP verification page.

Expected behavior:

Masked mobile number should be visible in the OTP verification page.

Environment information (Please complete the following information; remove any unnecessary fields) :

  • Product Version: IS 7.0 and latest
  • OS: Mac
  • Database: H2

JayaShakthi97 avatar May 21 '24 13:05 JayaShakthi97