Skip to content

Commit 7af431f

Browse files
authored
Merge pull request #4827 from DSpace/backport-4824-to-dspace-7_x
[Port dspace-7_x] Removes references to X.509 authentication method
2 parents 2429699 + 709f59e commit 7af431f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/app/core/auth/models/auth.method-type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export enum AuthMethodType {
33
Shibboleth = 'shibboleth',
44
Ldap = 'ldap',
55
Ip = 'ip',
6-
X509 = 'x509',
76
Oidc = 'oidc',
87
Orcid = 'orcid'
98
}

src/app/core/auth/models/auth.method.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ export class AuthMethod {
2222
this.location = location;
2323
break;
2424
}
25-
case 'x509': {
26-
this.authMethodType = AuthMethodType.X509;
27-
break;
28-
}
2925
case 'password': {
3026
this.authMethodType = AuthMethodType.Password;
3127
break;

0 commit comments

Comments
 (0)