-
Notifications
You must be signed in to change notification settings - Fork 745
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
Client attestation UI improvement #19239
Comments
Here we are checking some attributes before loading the data for that application. The reason is
Common groundTo achieve above optimisation without compromising the performance, we can relax the check by checking only android package existence for the application like below. if (StringUtils.isNotEmpty(clientAttestationMetaData.getAndroidPackageName())) {
clientAttestationMetaData.setAndroidAttestationServiceCredentials
(getAndroidAttestationServiceCredentials(serviceProvider));
} |
Other than the above backend improvements, the following can also be done as an improvement on the frontend side:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the improvement
When disabling the client attestation from api auth attestation configurations should not be removed. Once it's enabled back it should be possible to proceed without re-adding configs.
Same with enabling or disabling app native api authentication
The text was updated successfully, but these errors were encountered: