Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:2.0:single_sign_on:saml_dokuwiki [2025/04/27 22:04] – [Setting up the Client (SP) in Admidio] kainhoferen:2.0:single_sign_on:saml_dokuwiki [2025/05/05 20:21] (current) kainhofer
Line 70: Line 70:
 {{ :en:2.0:sso:sso_saml_04-07_dw_saml_enable.png?direct&400 |}} {{ :en:2.0:sso:sso_saml_04-07_dw_saml_enable.png?direct&400 |}}
  
 +
 +==== DokuWiki configuration as text ====
 +
 +The settings done above in the graphical interface could also be done in the ''conf/local.php'' config file of DokuWiki. The corresponding settings would look like this:
 +
 +<code php>
 +$conf['authtype'] = 'saml';
 +$conf['superuser'] = '@admin';
 +$conf['plugin']['saml']['idPEntityID'] = 'https://admidio.local';
 +$conf['plugin']['saml']['endpoint'] = 'https://admidio.local/modules/sso/index.php/saml/sso';
 +$conf['plugin']['saml']['slo_endpoint'] = 'https://admidio.local/modules/sso/index.php/saml/slo';
 +$conf['plugin']['saml']['certificate'] = 'MIIEF.........vlhuSLY';
 +$conf['plugin']['saml']['use_slo'] = 1;
 +</code>
  
 ==== Setup completed, test Single-Sign-On ==== ==== Setup completed, test Single-Sign-On ====
  • en/2.0/single_sign_on/saml_dokuwiki.txt
  • Last modified: 2025/05/05 20:21
  • by kainhofer