Problem in configuring SAML authentication
Hi, My IDP is providing only emailaddress and upn among the required four claims mentioned in the n8n documentation - Set up SAML | n8n Docs, therefore the n8n is giving the below error message
SAML Authentication failed. Invalid SAML response (missing attributes: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/firstname, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/lastname)
Is there any way to skip the validations on the firstname and lastname? Although am getting the required information under some other claims.
n8n version: 1.72.0
Database used: Postgres
Running n8n via: Docker
Operating System: Linux