Skip to content

Commit

Permalink
Missed localized attributes (#2923)
Browse files Browse the repository at this point in the history
* feat: add missed localized attributes

* feat: add missed localized attributes

Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yuremm and yurem authored Nov 8, 2022
1 parent deeae74 commit 8562464
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion jans-linux-setup/jans_setup/schema/jans_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,18 @@
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Clnt URI localized",
"equality": "caseIgnoreMatch",
"names": [
"jansClntURILocalized"
],
"multivalued": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Dyn Conf",
"equality": "caseIgnoreMatch",
Expand Down Expand Up @@ -723,6 +735,18 @@
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Logo URI localized",
"equality": "caseIgnoreMatch",
"names": [
"jansLogoURILocalized"
],
"multivalued": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans nonce",
"equality": "caseIgnoreMatch",
Expand Down Expand Up @@ -779,6 +803,18 @@
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Policy URI localized",
"equality": "caseIgnoreMatch",
"names": [
"jansPolicyURILocalized"
],
"multivalued": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Policy URI",
"equality": "caseIgnoreMatch",
Expand Down Expand Up @@ -1070,6 +1106,18 @@
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Tos URI localized",
"equality": "caseIgnoreMatch",
"names": [
"jansTosURILocalized"
],
"multivalued": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "jans Trusted Clnt",
"equality": "booleanMatch",
Expand Down Expand Up @@ -3159,7 +3207,19 @@
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
}
},
{
"desc": "jans Display Name Localized",
"equality": "caseIgnoreMatch",
"names": [
"displayNameLocalized"
],
"multivalued": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
],
"objectClasses": [
{
Expand Down Expand Up @@ -3188,6 +3248,7 @@
"jansAssociatedClnt",
"c",
"displayName",
"displayNameLocalized",
"givenName",
"jansManagedOrganizations",
"jansOptOuts",
Expand Down Expand Up @@ -3516,6 +3577,7 @@
"exp",
"del",
"jansClntURI",
"jansClntURILocalized",
"jansContact",
"jansDefAcrValues",
"jansDefMaxAge",
Expand All @@ -3527,7 +3589,9 @@
"jansJwksURI",
"jansJwks",
"jansLogoURI",
"jansLogoURILocalized",
"jansPolicyURI",
"jansPolicyURILocalized",
"jansPostLogoutRedirectURI",
"jansRedirectURI",
"jansRegistrationAccessTkn",
Expand All @@ -3544,6 +3608,7 @@
"jansTknEndpointAuthMethod",
"jansTknEndpointAuthSigAlg",
"jansTosURI",
"jansTosURILocalized",
"jansTrustedClnt",
"jansUsrInfEncRespAlg",
"jansUsrInfEncRespEnc",
Expand Down

0 comments on commit 8562464

Please sign in to comment.