Montana
Montana

Reputation: 75

WSO2 Identity Server Email OTP using REST API

We are trying to use WSO2 IS Rest Api for users's authentication. Is there any way to enable email otp with Rest API authentication?

Upvotes: 1

Views: 221

Answers (1)

MifrazMurthaja
MifrazMurthaja

Reputation: 161

WSO2 does not support REST API based MFA (Email, SMS) as of now, but it's on the roadmap.

  1. https://github.com/wso2/product-is/issues/11549
  2. https://github.com/wso2/product-is/issues/11548

As a community user, you may use https://github.com/wso2-extensions/identity-otp-integration-endpoints. However it is not covered under WSO2 commercial support.

Upvotes: 1

Related Questions