Skip to content

Commit

Permalink
Fix enabling sso group allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Oct 16, 2024
1 parent 0084315 commit 2b4a06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default {
},
isGroupOptionsValid () {
return !this.input.options.groupMapping || (
(this.input.options.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
(this.input.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
this.isGroupAdminNameValid
)
},
Expand Down

0 comments on commit 2b4a06e

Please sign in to comment.