meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| plugin:simplesaml [2025/03/22 15:24] – add keycloak doc links tatevik | plugin:simplesaml [2025/05/03 11:39] (current) – [Keycloak] tatevik | ||
|---|---|---|---|
| Line 70: | Line 70: | ||
|  | + | You should have saml-certificate.pem and saml-private-key.pem files in main/ |
| + | Certificate keys of keycloak client can be generated with openssl commands: | ||
| + | - openssl genpkey -algorithm RSA -out saml-private-key.pem -pkeyopt rsa_keygen_bits: | ||
| + | - openssl req -new -x509 -key saml-private-key.pem -out saml-crtificate.pem) | ||
| + | Remote idp certificate can be fetched from keycloak metadata descriptor (https:// | ||