Skip to content

Commit

Permalink
fix(jans-fido2): #8901, safetyNet deprecated by Google, android keyst…
Browse files Browse the repository at this point in the history
…ore had no adoption, therefore removing
  • Loading branch information
maduvena committed Jul 18, 2024
1 parent 974040e commit 7c6f886
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public enum AttestationFormat {

fido_u2f("fido-u2f"), packed("packed"), tpm("tpm"), android_key("android-key"), android_safetynet("android-safetynet"), none("none"), apple("apple"),
fido_u2f("fido-u2f"), packed("packed"), tpm("tpm"), none("none"), apple("apple"),
fido_u2f_super_gluu("fido-u2f-super-gluu");

private final String fmt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ public enum AttestationErrorResponseType implements IErrorType {
*/
TPM_ERROR("tpm_error"),

/**
* Android key validation error
*/
ANDROID_KEY_ERROR("android_key_error"),

/**
* Android safetynet validation error
*/
ANDROID_SAFETYNET_ERROR("android_safetynet_error"),

/**
* Apple validation error
*/
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7c6f886

Please sign in to comment.