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 2429699 + 709f59e commit 7af431fCopy full SHA for 7af431f
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
}
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