]> cat aescling's git repositories - mastodon.git/commitdiff
Fix sample SAML_ACS_URL, SAML_ISSUER (#12669)
authorAries <aries@asterism.xyz>
Mon, 23 Dec 2019 17:12:22 +0000 (02:12 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 23 Dec 2019 17:12:22 +0000 (18:12 +0100)
.env.nanobox
.env.production.sample

index 03aa01a34037691a39b40bcc10ad322b93f8148a..5951777a2d5369f342d9852c4de9c5965693cd89 100644 (file)
@@ -231,8 +231,8 @@ SMTP_FROM_ADDRESS=notifications@${APP_NAME}.nanoapp.io
 
 # Optional SAML authentication (cf. omniauth-saml)
 # SAML_ENABLED=true
-# SAML_ACS_URL=
-# SAML_ISSUER=http://localhost:3000/auth/auth/saml/callback
+# SAML_ACS_URL=http://localhost:3000/auth/auth/saml/callback
+# SAML_ISSUER=https://example.com
 # SAML_IDP_SSO_TARGET_URL=https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO
 # SAML_IDP_CERT=
 # SAML_IDP_CERT_FINGERPRINT=
index 9cab992e33f27d1e2053b10ae9cdde844b07a16d..038000041670f32861b65e21536f308406bde866 100644 (file)
@@ -226,8 +226,8 @@ STREAMING_CLUSTER_NUM=1
 
 # Optional SAML authentication (cf. omniauth-saml)
 # SAML_ENABLED=true
-# SAML_ACS_URL=
-# SAML_ISSUER=http://localhost:3000/auth/auth/saml/callback
+# SAML_ACS_URL=http://localhost:3000/auth/auth/saml/callback
+# SAML_ISSUER=https://example.com
 # SAML_IDP_SSO_TARGET_URL=https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO
 # SAML_IDP_CERT=
 # SAML_IDP_CERT_FINGERPRINT=