summaryrefslogtreecommitdiffstats
path: root/model/saml.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/saml.go')
-rw-r--r--model/saml.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/model/saml.go b/model/saml.go
index e74750156..528ac45cc 100644
--- a/model/saml.go
+++ b/model/saml.go
@@ -11,9 +11,6 @@ import (
const (
USER_AUTH_SERVICE_SAML = "saml"
USER_AUTH_SERVICE_SAML_TEXT = "With SAML"
- SAML_IDP_CERTIFICATE = 1
- SAML_PRIVATE_KEY = 2
- SAML_PUBLIC_CERT = 3
)
type SamlAuthRequest struct {