-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is environment variable SAML_ENABLED working? #62
Comments
@adeliae1316 If you set |
Thank you for your reply. I'm not good at js/ts, but I did some debugging. {
"log": "{\"name\":\"growi:service:ConfigManager\",\"hostname\":\"611ed97aac78\",\"pid\":14,\"level\":20,\"msg\":\"crowi.security:passport-saml:isEnabled exists both in db and in env vars. loaded from db\",\"time\":\"2022-07-11T09:57:27.603Z\",\"v\":0}\n",
"stream": "stdout",
"time": "2022-07-11T09:57:27.604080925Z"
}
{
"log": "{\"name\":\"growi:service:ConfigManager\",\"hostname\":\"611ed97aac78\",\"pid\":14,\"level\":20,\"msg\":\"security:passport-saml:isEnabled false\",\"time\":\"2022-07-11T09:57:27.603Z\",\"v\":0}\n",
"stream": "stdout",
"time": "2022-07-11T09:57:27.604093893Z"
} Finally, I was able to enable Is this procedure only for my environment? |
No, this is designed behavior. The reason why |
Thank you your reply. お互い日本語話者と思いますので、日本語で認識合わせさせてください。
上記がyesであり、意図通りなのであれば、セットアップ時に |
I would like to have saml configured when starting growi with docker-compose.
see Environment Variables,
SAML_ENABLESAML_ENABLED appears to be supported.However, even with
SAML_ENABLE=trueSAML_ENABLED=true, the External auth button does not appear in the sign-in window.Do I need to set it up in the GUI?
Thank you.
The text was updated successfully, but these errors were encountered: