keycloak / keycloak-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAML Encryption Key Export Downloads Signing Key

monacolulu opened this issue · comments

Describe the bug

When exporting a newly generated SAML encryption key, the /certificates/saml.signing/download api is called instead of /certificates/saml.encryption/download

Version

21.0.1

Expected behavior

The encryption certificate should be downloaded

Actual behavior

the signing certificate is beimg downloaded

How to Reproduce?

  • create SAML client
  • generate encryption and signing keys
  • exporting either one always downloads the signing-key

Anything else?

as a workaround the developer tools in chrome can be used to resend the POST Request to the correct endpoint.

sorry, wrong repository :)