Also show algorithm dropdown on client-jwt (#3046)

This commit is contained in:
Erik Jan de Wit 2022-08-04 17:18:13 +02:00 committed by GitHub
parent d843fd5b4c
commit 223c5b03da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,8 @@ export const Credentials = ({ client, save, refresh }: CredentialsProps) => {
)}
/>
</FormGroup>
{clientAuthenticatorType === "client-jwt" && <SignedJWT />}
{(clientAuthenticatorType === "client-jwt" ||
clientAuthenticatorType === "client-secret-jwt") && <SignedJWT />}
{clientAuthenticatorType === "client-x509" && <X509 />}
<ActionGroup>
<Button variant="primary" type="submit" isDisabled={!isDirty}>