File tree Expand file tree Collapse file tree
docker/configs/var-simplesamlphp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ services:
4141 - stable30${DOMAIN_SUFFIX}
4242 - stable31${DOMAIN_SUFFIX}
4343 - mail${DOMAIN_SUFFIX}
44+ - sso${DOMAIN_SUFFIX}
4445 - imap${DOMAIN_SUFFIX}
4546 - collabora${DOMAIN_SUFFIX}
4647 - codedev${DOMAIN_SUFFIX}
Original file line number Diff line number Diff line change 2121 * external url, no matter where you come from (direct access or via the
2222 * reverse proxy).
2323 */
24- 'baseurlpath ' => 'https://sso.local.dev.bitgrid.net /simplesaml/ ' ,
24+ 'baseurlpath ' => 'https://sso.local/simplesaml/ ' ,
2525 'certdir ' => 'cert/ ' ,
2626 'loggingdir ' => 'log/ ' ,
2727 'datadir ' => 'data/ ' ,
Original file line number Diff line number Diff line change 11<?php
2- $ metadata ['https://nextcloud.local.dev.bitgrid.net /index.php/apps/user_saml/saml/metadata ' ] = array (
3- 'entityid ' => 'https://nextcloud.local.dev.bitgrid.net /index.php/apps/user_saml/saml/metadata ' ,
2+ $ metadata ['https://nextcloud.local/index.php/apps/user_saml/saml/metadata ' ] = array (
3+ 'entityid ' => 'https://nextcloud.local/index.php/apps/user_saml/saml/metadata ' ,
44 'contacts ' =>
55 array (
66 ),
1111 0 =>
1212 array (
1313 'Binding ' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST ' ,
14- 'Location ' => 'https://nextcloud.local.dev.bitgrid.net /index.php/apps/user_saml/saml/acs ' ,
14+ 'Location ' => 'https://nextcloud.local/index.php/apps/user_saml/saml/acs ' ,
1515 'index ' => 1 ,
1616 ),
1717 ),
2020 0 =>
2121 array (
2222 'Binding ' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect ' ,
23- 'Location ' => 'https://nextcloud.local.dev.bitgrid.net /index.php/apps/user_saml/saml/sls ' ,
23+ 'Location ' => 'https://nextcloud.local/index.php/apps/user_saml/saml/sls ' ,
2424 ),
2525 ),
2626 'NameIDFormat ' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified ' ,
3636 ),
3737 'validate.authnrequest ' => false ,
3838 'saml20.sign.assertion ' => false ,
39- );
39+ );
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ docker compose up -d proxy nextcloud saml
1616```
1717
1818- uid mapping: ` urn:oid:0.9.2342.19200300.100.1.1 `
19- - idp entity id: ` https://sso.local.dev.bitgrid.net /simplesaml/saml2/idp/metadata.php `
20- - Single Sign-On (SSO) service url: ` https://sso.local.dev.bitgrid.net /simplesaml/saml2/idp/SSOService.php `
21- - single log out service url: ` https://sso.local.dev.bitgrid.net /simplesaml/saml2/idp/SingleLogoutService.php `
19+ - idp entity id: ` https://sso.local/simplesaml/saml2/idp/metadata.php `
20+ - Single Sign-On (SSO) service url: ` https://sso.local/simplesaml/saml2/idp/SSOService.php `
21+ - single log out service url: ` https://sso.local/simplesaml/saml2/idp/SingleLogoutService.php `
2222- use certificate from ` docker/configs/var-simplesamlphp/cert/example.org.crt `
2323
2424 ```
You can’t perform that action at this time.
0 commit comments