File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,12 @@ public class RelyingParty {
179
179
* </p>
180
180
*
181
181
* <p>
182
+ * If you set this, you may want to explicitly set
183
+ * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
184
+ * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
185
+ * </p>
186
+ *
187
+ * <p>
182
188
* By default, this is not set.
183
189
* </p>
184
190
*
@@ -631,6 +637,12 @@ public RelyingPartyBuilder appId(@NonNull AppId appId) {
631
637
* </p>
632
638
*
633
639
* <p>
640
+ * If you set this, you may want to explicitly set
641
+ * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
642
+ * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
643
+ * </p>
644
+ *
645
+ * <p>
634
646
* By default, this is not set.
635
647
* </p>
636
648
*
@@ -652,6 +664,12 @@ public RelyingPartyBuilder attestationConveyancePreference(@NonNull Optional<Att
652
664
* </p>
653
665
*
654
666
* <p>
667
+ * If you set this, you may want to explicitly set
668
+ * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
669
+ * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
670
+ * </p>
671
+ *
672
+ * <p>
655
673
* By default, this is not set.
656
674
* </p>
657
675
*
You can’t perform that action at this time.
0 commit comments