diff options
Diffstat (limited to 'internal/configuration/schema/spnego.go')
| -rw-r--r-- | internal/configuration/schema/spnego.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/configuration/schema/spnego.go b/internal/configuration/schema/spnego.go new file mode 100644 index 000000000..61cabc58b --- /dev/null +++ b/internal/configuration/schema/spnego.go @@ -0,0 +1,6 @@ +package schema + +type SPNEGO struct { + Disable bool `koanf:"disable" json:"disable" jsonschema:"default=false,title=Disable" jsonschema_description:"Disables the WebAuthn 2FA functionality."` + Keytab string `koanf:"keytab" json:"keytab" jsonschema:"title=File Path" jsonschema_description:"The filepath to the kerberos keytab."` +} |
