Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed localized attributes #2923

Merged
merged 3 commits into from
Nov 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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