We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0084315 + 2b4a06e commit 471194fCopy full SHA for 471194f
frontend/src/pages/admin/Settings/SSO/createEditProvider.vue
@@ -191,7 +191,7 @@ export default {
191
},
192
isGroupOptionsValid () {
193
return !this.input.options.groupMapping || (
194
- (this.input.options.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
+ (this.input.type === 'saml' ? this.isGroupAssertionNameValid : this.isGroupsDNValid) &&
195
this.isGroupAdminNameValid
196
)
197
0 commit comments