Hi,
We want to use the idp connector to provide SSO featue, we followed the steps and set up our ADFS. Also assertions. But we are experiencing a weird that is telling us that in the SAMLLogMessages
So we found that this is generated by SAML_Process action and captured in SAML_Responce_Process.
The flow seems to work well, we try to access to our own app that uses the idp, a redirection is done to https://myserver/idp/sso.aspx, passing first for our ADFS url, and then SSO page is displayed with ther error mentioned below.
Any insights or piece of advice to help us and check?
Hi Juan,
I'm assuming the the last error is the only one still with issues.
By the error you have currently version 3.5.0 or older. The assertion does not seem to be encrypted, and you may have the component configured as the assertion is encrypted.
That specific error should no longer occurs in the latest versions, since the component automatically detects by itself if the assertion is encrypted or not.
Regards.
Hi Javier,
what's the error detail on service center?
Hi Thanks for the quick response.
These are logs we are seeing.
And the error detail?
Error detail for Object reference not set to an instance of an object
Error detail for "invalid request: no SAML message found."
Error detail for "Value cannot be null"
Hi Telmo - Thanks for your quick reply. I already updated to latest version and looks like it's working as expected now. Will perform some tests and get back to you in case we need further support.
Again, thanks a lot for all your help. Really appreciate it.
Thank very much Telmo. It is woking
@juan: We are facing the same error as you : Error detail for Object reference not set to an instance of an object. Could you share what you have done to fix this one?
Hi Anthony,
Do you already have the latest version of the component installed?
Regards
Telmo Martins wrote:
Yes, got the 3.5.3 version installed.
Can you share the detailed error log, since it should be on another location of the code.
Seems to be the same:
Just re-checked the SAML response message and it shows a Reponder status code:
<samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Responder" /></samlp:Status>
Which would mean that there is a problem in the configuration on the ADFS side. Going to check that now.
It's the same error type, but in a different location due other reasons.
Yes, the status should be success, the error itself seems to be caused due mandatory fields are missing in the saml response (but probably are missing due the status it's not success).
Issue is solved, claims were not mapped correctly. Thank you for the support thus far.