meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| plugin:simplesaml [2025/03/22 14:24] – tatevik | plugin:simplesaml [2025/05/03 11:39] (current) – [Keycloak] tatevik | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| It is recommended to only enable the plugin only after the `SIMPLESAMLPHP` configs are set in the various configuration files described above and or in the [README](https:// | It is recommended to only enable the plugin only after the `SIMPLESAMLPHP` configs are set in the various configuration files described above and or in the [README](https:// | ||
| - | == Important Checks == | + | == Important Checks === |
| + | |||
| + | ==== Keycloak ==== | ||
| + | |||
| + | Configure Keycloak using this guide: https:// | ||
| + | Documentation: | ||
| === `SimpleSAMLPHP` Installation check === | === `SimpleSAMLPHP` Installation check === | ||
| Line 65: | 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:// | ||
| - | === Testing === | ||
| ==== Activation ==== | ==== Activation ==== | ||