Skip to content

Commit

Permalink
Merge pull request #17925 from wso2/chamathns-patch-1
Browse files Browse the repository at this point in the history
Update Password Expiry connector name
  • Loading branch information
chamathns authored Nov 19, 2023
2 parents d80c1b7 + 1aa36d6 commit d852a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class IdentityGovernanceSuccessTest extends IdentityGovernanceTestBase {
private static final String CATEGORY_ACCOUNT_MANAGEMENT_PROPERTIES = "QWNjb3VudCBNYW5hZ2VtZW50";
private static final String CONNECTOR_LOCK_IDLE_ACCOUNTS = "c3VzcGVuc2lvbi5ub3RpZmljYXRpb24";
private static final String CATEGORY_PASSWORD_POLICIES = "UGFzc3dvcmQgUG9saWNpZXM";
private static final String CONNECTOR_PASSWORD_EXPIRY = "cGFzc3dvcmRFeHBpcnlWMg";
private static final String CONNECTOR_PASSWORD_EXPIRY = "cGFzc3dvcmRFeHBpcnk";
private static final String CONNECTOR_PASSWORD_HISTORY = "cGFzc3dvcmRIaXN0b3J5";
private Map<String, CategoriesRes> categories;
private static List<PreferenceResp> connectors;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
{
"id": "cGFzc3dvcmRFeHBpcnlWMg",
"id": "cGFzc3dvcmRFeHBpcnk",
"properties":[
{"name":"passwordExpiry.enablePasswordExpiry","value":"true"},
{"name":"passwordExpiry.passwordExpiryInDays","value":"20"}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@
<carbon.consent.mgt.version>2.5.2</carbon.consent.mgt.version>

<!--Identity Governance Version-->
<identity.governance.version>1.8.84</identity.governance.version>
<identity.governance.version>1.8.87</identity.governance.version>

<!--Identity Carbon Versions-->
<identity.carbon.auth.saml2.version>5.8.5</identity.carbon.auth.saml2.version>
Expand Down

0 comments on commit d852a46

Please sign in to comment.