Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-fido2): #8901, safetyNet deprecated by Google, android keyst… #8984

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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