06 Jun 2018 08:24 PM
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
Solved! Go to Solution.
06 Jun 2018 10:01 PM
Update: The error above was due to spacing in the returning SAML 'Name Id' attribute. Removed space and authentication worked.