web: fix description for signing responses in SAML provider (#14573)
This commit is contained in:
@ -50,7 +50,7 @@ function renderHasSigningKp(provider?: Partial<SAMLProvider>) {
|
|||||||
name="signResponse"
|
name="signResponse"
|
||||||
label=${msg("Sign responses")}
|
label=${msg("Sign responses")}
|
||||||
?checked=${provider?.signResponse ?? false}
|
?checked=${provider?.signResponse ?? false}
|
||||||
help=${msg("When enabled, the assertion element of the SAML response will be signed.")}
|
help=${msg("When enabled, the SAML response will be signed.")}
|
||||||
>
|
>
|
||||||
</ak-switch-input>`;
|
</ak-switch-input>`;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user