Skip to content

Commit dd68a96

Browse files
committed
Add link from attestationConveyancePreference doc to allowUntrustedAttestation and metadataService
1 parent 55b69d0 commit dd68a96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/RelyingParty.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ public class RelyingParty {
179179
* </p>
180180
*
181181
* <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>
182188
* By default, this is not set.
183189
* </p>
184190
*
@@ -631,6 +637,12 @@ public RelyingPartyBuilder appId(@NonNull AppId appId) {
631637
* </p>
632638
*
633639
* <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>
634646
* By default, this is not set.
635647
* </p>
636648
*
@@ -652,6 +664,12 @@ public RelyingPartyBuilder attestationConveyancePreference(@NonNull Optional<Att
652664
* </p>
653665
*
654666
* <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>
655673
* By default, this is not set.
656674
* </p>
657675
*

0 commit comments

Comments
 (0)