From 6bd2860c0b9559c1a8b3baeed9e0b3fe3751ef6b Mon Sep 17 00:00:00 2001 From: SMan Date: Fri, 24 Jun 2022 09:48:26 -0500 Subject: [PATCH] feat: support of sending signed emails has been added; --- .../org/gluu/oxauth/model/fido/u2f/U2fConfiguration.java | 2 +- Server/pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Model/src/main/java/org/gluu/oxauth/model/fido/u2f/U2fConfiguration.java b/Model/src/main/java/org/gluu/oxauth/model/fido/u2f/U2fConfiguration.java index aa5bddafb8..f665f49b4d 100644 --- a/Model/src/main/java/org/gluu/oxauth/model/fido/u2f/U2fConfiguration.java +++ b/Model/src/main/java/org/gluu/oxauth/model/fido/u2f/U2fConfiguration.java @@ -16,7 +16,7 @@ * @author Yuriy Movchan Date: 05/13/2015 */ @IgnoreMediaTypes("application/*+json") -@JsonPropertyOrder({ "version", "issuer", "registration_start", "authentication_start" }) +@JsonPropertyOrder({ "version", "issuer", "registration_endpoint", "authentication_endpoint" }) public class U2fConfiguration { @JsonProperty(value = "version") diff --git a/Server/pom.xml b/Server/pom.xml index 4645e37134..83aec26254 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -432,6 +432,11 @@ bcpkix-jdk15on provided + + org.bouncycastle + bcmail-jdk15on + provided + @@ -1016,6 +1021,10 @@ org.bouncycastle bcpkix-jdk15on + + org.bouncycastle + bcmail-jdk15on +