wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
747 stars 725 forks source link

Merging SMS OTP, TOTP, Email OTP and X509 Certificate authentication portals with the authentication portal #8825

Open thivi opened 4 years ago

thivi commented 4 years ago

Currently, there are five different authentication portals, viz.:

  1. sms-otp-authentication-portal
  2. totp-authentication-portal
  3. email-otp-authentication-portal
  4. x509-certificate-authentication-portal
  5. authentication-portal
  6. account-recovery-portal

All of these portals can be merged into one. To that end, changes have to be made in both the identity apps and product is. In the identity apps, the portals will have to be merged. In the product is, the URLs of various endpoints should point to the authentication endpoint.

abhi4u1947 commented 4 years ago

Yes, this will greatly simplify many things like startup performance, duplication, configuration, theming etc.

A must thing for 5.11 and also 5.10 backporting.