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
733 stars 713 forks source link

Missing toml configs for identity-mgt.properties properties #6169

Open gomathyk opened 4 years ago

gomathyk commented 4 years ago

In doc[1], Authentication.Policy.Account.Lock.Time=5

In doc[2],

"UserInfoRecovery.UseHashedUserNames=true
UserInfoRecovery.UsernameHashAlg=SHA-1"

Reference docs, [1] https://docs.wso2.com/display/IS580/Account+Locking+by+Failed+Login+Attempts [2]https://docs.wso2.com/display/IS580/Using+Email+Address+as+the+Username

hasinidilanka commented 4 years ago

This file is deprecated therefore no need to template.

BradNut commented 2 years ago

@hasinidilanka @sachiniWettasinghe Are all the feature sets available in the identity-mgt.properties file able to be implemented in the deployment.toml file? If not all is there is a list of what is and isn't and the path of migration?

The above comment "This file is deprecated therefore no need to template." and linked issue comment "identity-mgt.properties file will not be templated as it is decided to deprecate this file from the product." provide no useful insight into what is replacing those properties when converting to a deployment.toml file.

For example Writing a Custom Password Validator just states at the top "These instructions will be deprecated.".

What will replace custom password policies and extension so they can be utilized in the deployment.toml?

BradNut commented 2 years ago

@sachiniWettasinghe @IsuraD Is there any status on this given it's an open ticket since 2019.....?