You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating OpenCTI from 6.0.0 to 6.6.13, I encountered issues with the existing SAML configuration, which had previously worked without problems. While investigating the issue on the OpenCTI Platform, I found the following case: OpenCTI-Platform/opencti#7662. Based on this comment by @Markus98, I added PROVIDERS__SAML__CONFIG__AUDIENCE with the same value as PROVIDERS__SAML__CONFIG__SAML_CALLBACK_URL, which resolved the problem.
The PROVIDERS__SAML__CONFIG__AUDIENCE variable is not mentioned anywhere in the documentation, and I believe it would be valuable to include this information in the examples.
After updating OpenCTI from
6.0.0
to6.6.13
, I encountered issues with the existing SAML configuration, which had previously worked without problems. While investigating the issue on the OpenCTI Platform, I found the following case: OpenCTI-Platform/opencti#7662. Based on this comment by @Markus98, I addedPROVIDERS__SAML__CONFIG__AUDIENCE
with the same value asPROVIDERS__SAML__CONFIG__SAML_CALLBACK_URL
, which resolved the problem.The
PROVIDERS__SAML__CONFIG__AUDIENCE
variable is not mentioned anywhere in the documentation, and I believe it would be valuable to include this information in the examples.📃 Documentation Section:
The text was updated successfully, but these errors were encountered: