providers/saml: allow selection of certificates without private keys for saml encryption

This commit is contained in:
Connor Peshek
2026-01-16 11:03:09 -05:00
parent cbff6b1eeb
commit 7c22845cf0

View File

@@ -297,6 +297,7 @@ export function renderForm({
>
<ak-crypto-certificate-search
.certificate=${provider.encryptionKp}
nokey
></ak-crypto-certificate-search>
<p class="pf-c-form__helper-text">
${msg("When selected, assertions will be encrypted using this keypair.")}