Skip to content

Commit

Permalink
SHIBUI-2380/2411
Browse files Browse the repository at this point in the history
Fixing audience issues
  • Loading branch information
chasegawa committed Oct 4, 2022
1 parent 904c611 commit 06d49eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"type": "string"
}
},
"audience": {
"audiences": {
"title": "label.audience",
"description": "tooltip.audience",
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion ui/public/assets/schema/source/metadata-source-oidc.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"type": "string"
}
},
"audience": {
"audiences": {
"title": "label.audience",
"description": "tooltip.audience",
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const OidcSourceEditor = defaultsDeep({
'postLogoutRedirectUris',
'defaultAcrValues',
'requestUris',
'audience'
'audiences'
],
},
]
Expand All @@ -73,7 +73,7 @@ export const OidcSourceEditor = defaultsDeep({
orderable: false
},
},
audience: {
audiences: {
"ui:options": {
orderable: false
},
Expand Down Expand Up @@ -126,7 +126,7 @@ export const OidcSourceWizard = defaultsDeep({
'postLogoutRedirectUris',
'defaultAcrValues',
'requestUris',
'audience'
'audiences'
],
},
]
Expand All @@ -146,7 +146,7 @@ export const OidcSourceWizard = defaultsDeep({
orderable: false
},
},
audience: {
audiences: {
"ui:options": {
orderable: false
},
Expand All @@ -156,5 +156,3 @@ export const OidcSourceWizard = defaultsDeep({
}
}, SourceBase.uiSchema)
}, OidcSourceBase);


0 comments on commit 06d49eb

Please sign in to comment.