Description
When using Authentication configuration forced from env, locale being disabled is not taken in account.
Environment
- OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
- OpenCTI version: { e.g. OpenCTI 1.0.2 }
- OpenCTI client: { e.g. frontend or python }
- Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
- use
app.authentication.force_env = true
- Add also this config
"providers": {
"local": {
"strategy": "LocalStrategy",
"config": {
"disabled": true
}
}
Expected Output
No auth form in screen
Actual Output
Auth for is displayed
Additional information
Screenshots (optional)
Description
When using Authentication configuration forced from env, locale being disabled is not taken in account.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
app.authentication.force_env= trueExpected Output
No auth form in screen
Actual Output
Auth for is displayed
Additional information
Screenshots (optional)