|
@@ -56,7 +56,7 @@ import static org.springframework.util.Assert.notNull;
|
|
* .credentials(c -> c.add(signingCredential))
|
|
* .credentials(c -> c.add(signingCredential))
|
|
* .credentials(c -> c.add(idpVerificationCertificate))
|
|
* .credentials(c -> c.add(idpVerificationCertificate))
|
|
* .localEntityIdTemplate(localEntityIdTemplate)
|
|
* .localEntityIdTemplate(localEntityIdTemplate)
|
|
- * .assertionConsumerServiceUrlTemplate(acsTemplate)
|
|
|
|
|
|
+ * .assertionConsumerServiceUrlTemplate(acsUrlTemplate)
|
|
* .build();
|
|
* .build();
|
|
* </pre>
|
|
* </pre>
|
|
* @since 5.2
|
|
* @since 5.2
|