Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

After finishing self-registration, we are presented with button “Go to Application“ as shown in below screenshot and this is supposed to end up in self-service page based on self-registration configuration mentioned in eidm2.properties

...

Code Block
CID 20805 com.ubisecure.customerid.ui.util - INFO  (default task-81) ;REGISTRATION_WIZARD           ;SUCCESS    ;Ubisecure CustomerID Health checker.;Redirecting user to service provider;OE7R2ku0blz8BLdks2dBXUWv-9hsQUzWao4LMoJI;80.220.196.245
SSO - - - WARN  [8.20.96.45] MessageServer.frontChannelService
com.ubisecure.saml2.core.SAMLValidationException - - - SignatureValidator: urn:oasis:names:tc:SAML:2.0:status:Requester, urn:oasis:names:tc:SAML:2.0:status:RequestDenied 

Solution


1) Update ap-metdata in CID servers by using tools/update-ap-metadata.sh
2) Restart wildfly service in CID nodes
This will fix redirection on “Go to application” and land into self-service page

...