cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SAML assertion error

alex_pb
Participant

Hello,

I am trying to setup SAML SSO authentication in Dynatrace. Currently I am getting this error

2018-06-06 19:17:18 UTC SEVERE [<default,0x1,node01q5pq>] [SsoAuthenticatedStateSAML] Invalid SAML response: Could not decrypt SAML assertion
s: Missing subnode <NameID>
com.compuware.apm.sso.saml.common.exception.InvalidSamlDocumentException: Could not decrypt SAML assertions: Missing subnode <NameID>
at com.compuware.apm.sso.saml.common.SamlResponse.processAssertions(SamlResponse.java:157)
at com.compuware.apm.sso.saml.common.SamlResponse.<init>(SamlResponse.java:56)

Does anybody knows what we are missing? Is there a sample of a valid SAML assertion response?

Thanks.

Alex

1 REPLY 1

alex_pb
Participant

Update: The error above was due to spacing in the returning SAML 'Name Id' attribute. Removed space and authentication worked.

Featured Posts