JDBCAttribute finder を WSO2 Identity Server 4.0.0 にプラグインする方法はありますか? こちらも参考になります
IS の下位バージョンを示すオンライン資料がありますが、特に 4.0.0 を探しています
ありがとう
JDBCAttribute finder を WSO2 Identity Server 4.0.0 にプラグインする方法はありますか? こちらも参考になります
IS の下位バージョンを示すオンライン資料がありますが、特に 4.0.0 を探しています
ありがとう
entitlement.properties を次のように変更する必要があります。
PIP.AttributeDesignators.Designator.1=org.wso2.carbon.identity.entitlement.pip.DefaultAttributeFinder
PIP.AttributeDesignators.Designator.2=org.wso2.identity.samples.entitlement.pip.jdbc.JDBCAttributeFinder
また、クラスを public class JDBCAttributeFinder extends AbstractPIPAttributeFinder にします。
追加することを忘れないでください
@Override
public String getModuleName() {
// TODO Auto-generated method stub
return null;
}
このクラスで