Skip to content

Commit 0b51dc4

Browse files
committed
Support setting "protected" flag on auth methods
- Implements Haufe-Lexware/wicked.haufe.io#172 for Kickstarter
1 parent 48b1c72 commit 0b51dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/js/authserver.js

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Vue.component('auth-method', {
103103
>
104104
<wicked-checkbox v-model="value.enabled" label="Enabled" />
105105
<wicked-checkbox v-model="value.useForPortal" label="Allow for Portal/wicked login" />
106+
<wicked-checkbox v-model="value.protected" label="Protected Auth Method (not visible in Portal)" />
106107
<wicked-input v-model="value.type" label="Type:" :readonly=true />
107108
<wicked-input v-model="value.name" label="Method ID:" :disallow-env-var=true :readonly=true></wicked-input>
108109
<wicked-input v-model="value.friendlyShort" label="Friendly short name of this auth method:" :env-var="envPrefix + 'SHORTDESC'"></wicked-input>

0 commit comments

Comments
 (0)