meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:simplesaml [2025/03/22 15:24] – add keycloak doc links tatevikplugin:simplesaml [2025/05/03 11:39] (current) – [Keycloak] tatevik
Line 70: Line 70:
 ![enter image description here](https://i.ibb.co/9pxM33T/simplesamlphp-success-install.png) ![enter image description here](https://i.ibb.co/9pxM33T/simplesamlphp-success-install.png)
  
-You should have saml-certificate.pem and saml-private-key.pem files (certificate keys of keycloak client) in main/simplesaml/simplesamlphp/cert directory and certificate as string in main/simplesaml/simplesamlphp/metadata/saml20-idp-rempte.php certData value+You should have saml-certificate.pem and saml-private-key.pem files in main/simplesaml/simplesamlphp/cert directory and certificate from IDP (keycloak) in saml-remote-idp.crt file 
 +Certificate keys of keycloak client can be generated with openssl commands: 
 +openssl genpkey -algorithm RSA -out saml-private-key.pem -pkeyopt rsa_keygen_bits:2048 
 +- openssl req -new -x509 -key saml-private-key.pem -out saml-crtificate.pem) 
 +Remote idp certificate can be fetched from keycloak metadata descriptor (https://sso.phplist.com:8443/realms/master/protocol/saml/descriptor)