### Issue I found this PR, unmerged https://github.com/semaphoreui/semaphore/pull/2324 and this release information https://semaphoreui.com/releases/semaphore-v2_14#oidc_env_var and I cannot find OIDC in https://github.com/semaphoreui/semaphore/blob/develop/deployment/docker/server/server-wrapper How can I use OIDC configuration via env variables? ### Impact Docker ### Installation method Docker ### Database _No response_ ### Browser _No response_ ### Semaphore Version 9f747cea77a4:~$ semaphore version v2.15.0-1e13324-1749881669 ### Ansible Version ```bash ``` ### Logs & errors No OIDC configuration in config.json in container ### Manual installation - system information _No response_ ### Configuration podman-compose.yml services: mysql: ... semaphore: environment: SEMAPHORE_OIDC_PROVIDERS: '{"azuread": {"color": "blue"}}' ### Additional information _No response_