diff --git a/.gitignore b/.gitignore index 49b9a4700..594cc746d 100644 --- a/.gitignore +++ b/.gitignore @@ -228,6 +228,7 @@ ClientBin/ *.dbproj.schemaview *.jfm *.pfx +!/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/src/test/resources/encrypted-private-key-and-certificate.pfx *.publishsettings orleans.codegen.cs diff --git a/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/src/test/resources/encrypted-private-key-and-certificate.pfx b/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/src/test/resources/encrypted-private-key-and-certificate.pfx new file mode 100644 index 000000000..3b9b3c6ec Binary files /dev/null and b/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/src/test/resources/encrypted-private-key-and-certificate.pfx differ