Replies: 1 comment
-
Questions around enterprise features like SAML are probably better discussed via a support ticket than over GitHub discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered the following error logs during the SAML authentication process, and I would like to confirm whether the provided reasons are consistent with these logs. Because i will utilize those logs to create alert for any suspicious activities.
Below is a summary:
Error Message:
Failed to get SAML Auth Request "/web/connectors/saml/requests/_5baa4dfb-d942-461a-a5ec-cbd387f6a187" is not found
Reason: The SAML request identifier (Request ID) cannot be found in the Service Provider (SP) storage. This might be due to:
This typically occurs when the SAML authentication process is interrupted or times out.
Error Message:
No roles mapped from claims. The mappings may contain typos.
Reason: The roles in the SAML assertion could not be mapped to the SP's permission system. Possible causes:
Error Message:
RequestCanceled: request context canceled caused by: context canceled
Reason: The request was canceled, potentially due to a timeout, interruption, or network issues.
Error Message:
received response with incorrect or missing attribute statements... error validating response: Expired NotOnOrAfter value
Reason:
NotOnOrAfter
timestamp is outdated).Error Message:
ConditionalCheckFailedException: The conditional request failed
Reason:
Could you please confirm if these error messages and the corresponding reasons match? If there are additional details or alternative explanations, your input would be greatly appreciated.
Thank you!
Let me know if you’d like to refine this further!
Beta Was this translation helpful? Give feedback.
All reactions