문제

The documentation on how to create a custom password policy (https://docs.wso2.org/display/IS460/Password+Policies) is lacking details about how to deploy the custom password policy.

Does anyone here have any information about how to deploy the custom code?

도움이 되었습니까?

해결책

As @AdrianMitev mentioned, you have to write java class to enforce new custom Password Policy.

  • Create new class as mentioned in the doc.
  • Build a jar
  • copy it into <IS_HOME>/repository/components/libs/ folder.
  • Then update the configuration file as mentioned in the doc.

HTH, DarRay

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top