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
748 stars 729 forks source link

[Improvements] Identity Server and Asgardeo Unified Console #16691

Closed NipuniBhagya closed 12 months ago

NipuniBhagya commented 1 year ago

User Management

Userstore Management

image

Claim Management - Assingned to @DilshanSenarath

Application Management - Assigned to @pavinduLakshan

image

Connection Management - Assigned to @NipuniBhagya

  1. Go to email otp connection
  2. Go to quick start
  3. Select an application
  4. Set default username and pwd as an authentication option
  5. Click on add authenticator (email otp connection is not available)

OIDC Connection

image

Organization Management - Assigned to @NipuniBhagya

image

DilshanSenarath commented 1 year ago

Claim Management - Fixed

The reported issue related to this section has been resolved by this pull request (PR) - https://github.com/wso2/identity-apps/pull/4122

pavinduLakshan commented 1 year ago

Provide a way to configure a few database queries.

It seems like all SQL queries are already listed in the connection, group and user tabs in the userstore edit page.

Screenshot 2023-09-27 at 12 14 40 Screenshot 2023-09-27 at 12 15 04

Cannot update the configs without providing the connection password again

It was decided to add a way to let user choose whether he/she would need to update the password.

By default, the password input is disabled. User can click on the edit icon to enter the new password.

Screenshot 2023-09-27 at 14 39 20
Upon clicking on the edit icon, the password field will be made required and enabled to edit as follows.

Screenshot 2023-09-27 at 14 40 13

cc: @madurangasiriwardena @jeradrutnam @NipuniBhagya