Skip to content

Commit

Permalink
Add Auth Federation as Certificate Type
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h committed Mar 7, 2022
1 parent 853b175 commit 32a943c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

public enum CertificateTypeDto {
AUTHENTICATION,
AUTHENTICATION_FEDERATION,
UPLOAD,
CSCA,
DSC,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

public enum CertificateType {
AUTHENTICATION,
AUTHENTICATION_FEDERATION,
UPLOAD,
CSCA,
DSC
DSC,
TRUSTANCHOR
}

0 comments on commit 32a943c

Please sign in to comment.