SSO Troubleshooting
Invalid Responses
If you get a message like below, it may mean you are running ReflexSOAR behind a proxy and some special configuration is required for SSO to work.
- Enable
X_FORWARD_HOSTby settingREFLEX_X_FORWARDED_HOST=truein your environmental variables - Set
REFLEX_SSO_FORCE_HTTPS=truein your environmental variables
These changes should force incoming requests via SSO to be prepared with the proper hostname and the https scheme.