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
I have found a bug in the current version 2024.10.2 when the SAML2 signature is not correctly verified against the certificate stored in Authentik. I have found the issue to be with the below line, however I am unsure as to whether the NS_MAP would also need to change to support thesaml2p:Response. When a response comes in with a signature this automatically raises a InvalidSignature exception and causes the request to fail.
I have found a bug in the current version 2024.10.2 when the SAML2 signature is not correctly verified against the certificate stored in Authentik. I have found the issue to be with the below line, however I am unsure as to whether the
NS_MAP
would also need to change to support thesaml2p:Response
. When a response comes in with a signature this automatically raises a InvalidSignature exception and causes the request to fail.authentik/authentik/sources/saml/processors/response.py
Line 83 in def0a42
I have been using Google Workspace as the SAML IDP, which generates the following response:
The text was updated successfully, but these errors were encountered: