Skip to content

Commit 471194f

Browse files
authored
Merge pull request #4654 from FlowFuse/fix-sso-group-enable
Fix enabling sso group allocation in admin settings
2 parents 0084315 + 2b4a06e commit 471194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/admin/Settings/SSO/createEditProvider.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default {
191191
},
192192
isGroupOptionsValid () {
193193
return !this.input.options.groupMapping || (
194-
(this.input.options.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
194+
(this.input.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
195195
this.isGroupAdminNameValid
196196
)
197197
},

0 commit comments

Comments
 (0)