Skip to content

Commit

Permalink
Add password expiry time claim
Browse files Browse the repository at this point in the history
  • Loading branch information
PasinduYeshan committed Dec 3, 2024
1 parent 56b7c3b commit 86b6ea8
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,14 @@
<SupportedByDefault />
<multiValued>true</multiValued>
</Claim>
<Claim>
<ClaimURI>http://wso2.org/claims/identity/passwordExpiryTime</ClaimURI>
<DisplayName>Password Expiry Time</DisplayName>
<AttributeID>passwordExpiryTime</AttributeID>
<Description>Claim to dynamically calculate password expiry time of user</Description>
<ReadOnly>true</ReadOnly>
<Returned>request</Returned>
</Claim>
</Dialect>

<Dialect dialectURI="http://schemas.xmlsoap.org/ws/2005/05/identity">
Expand Down Expand Up @@ -2727,6 +2735,13 @@
<DisplayOrder>14</DisplayOrder>
<MappedLocalClaim>http://wso2.org/claims/verifiedMobileNumbers</MappedLocalClaim>
</Claim>
<Claim>
<ClaimURI>urn:scim:wso2:schema:passwordExpiryTime</ClaimURI>
<DisplayName>Password Expiry Time</DisplayName>
<AttributeID>passwordExpiryTime</AttributeID>
<Description>Password Expiry Time</Description>
<MappedLocalClaim>http://wso2.org/claims/identity/passwordExpiryTime</MappedLocalClaim>
</Claim>
</Dialect>
</Dialects>
</ClaimConfig>

0 comments on commit 86b6ea8

Please sign in to comment.