This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?><ServiceProvider> | |
<ApplicationName>apple-sign-in-app</ApplicationName> | |
<Description/> | |
<InboundAuthenticationConfig> | |
<InboundAuthenticationRequestConfigs> | |
<InboundAuthenticationRequestConfig> | |
<InboundAuthKey>pAlTjf4hEdBsxtIjaeZBnoBQRzoa</InboundAuthKey> | |
<InboundAuthType>oauth2</InboundAuthType> | |
<InboundConfigType>standardAPP</InboundConfigType> | |
<inboundConfiguration><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID: [34] [] [2020-04-30 20:40:16,998] [418a1b87-89e3-419b-8ef6-ecbc81a3cb76] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/api/users/v2/me/webauthn].[CXFServlet]} - Servlet.service() for servlet [CXFServlet] threw exception org.apache.cxf.interceptor.Fault: Could not initialize class com.yubico.webauthn.AndroidSafetynetAttestationStatementVerifier | |
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162) | |
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128) | |
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:193) | |
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:103) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html\n PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n <html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n <head>\n | |
<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" />\n | |
<!-- Facebook sharing information tags -->\n\n <title>Login from a new device</title>\n\n | |
<!-- [if mso]>\n | |
<style type=\"text/css\">\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');\n\n @font-face {\n font-family: 'Montserrat', ;\n font-style: normal;\n font-weight: 400;\n src: local('Montserrat'),\n local('Montserrat'),\n url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.nimbusds.jose.*; | |
import com.nimbusds.jose.crypto.*; | |
import com.nimbusds.jose.jwk.*; | |
import com.nimbusds.jwt.*; | |
import java.io.*; | |
import java.security.*; | |
import java.security.spec.*; | |
import java.time.*; | |
import java.util.*; |
OlderNewer