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.
1 parent bf04527 commit 1070579Copy full SHA for 1070579
src/app/core/auth/models/auth.method-type.ts
@@ -3,7 +3,6 @@ export enum AuthMethodType {
3
Shibboleth = 'shibboleth',
4
Ldap = 'ldap',
5
Ip = 'ip',
6
- X509 = 'x509',
7
Oidc = 'oidc',
8
Orcid = 'orcid',
9
Saml = 'saml',
src/app/core/auth/models/auth.method.ts
@@ -22,10 +22,6 @@ export class AuthMethod {
22
this.location = location;
23
break;
24
}
25
- case 'x509': {
26
- this.authMethodType = AuthMethodType.X509;
27
- break;
28
- }
29
case 'password': {
30
this.authMethodType = AuthMethodType.Password;
31
0 commit comments