Hi Andy, I have tried with the option 'disabling the signature verification', but no luck.
Is there any other steps iam missing? Regards, Raheem On Mon, Nov 25, 2019 at 7:58 PM Andy Ng <[email protected]> wrote: > Hi there, > > Let's try to deduce the problem together! > > I see you already highlighted the error area around either: > - *Signature is not trusted* > - *Delegated authentication has failed with client SAML2Client* > - *Ignoring the received exception due to a type mismatch* > *- 500 server error* > > Usually the first error is the real error, so that's means *Signature is > not trusted* is most likely the reason the error trigger. > > Let try making the application work by disabling the signature > verification, then after all is ok, and try to implement back the signature > verification, > > so can you try the following: > > *SAML2Client-123456788.json* > > { > "@class" : "org.apereo.cas.support.saml.services.SamlRegisteredService", > "serviceId" : "^https://www.example.com/cas/.* > <https://ebt-platform-cas-west.development.dev.ebt.inmar.com/cas/.*>", > "name" : "SAML2Client", > "id" : 123456788, > "evaluationOrder" : 10, > "metadataLocation": "/etc/cas/config/sp-metadata.xml" > "signResponses": false > } > > If that also failed, you can also tried other combination of configuration > in the documentaion here: > https://apereo.github.io/cas/5.3.x/installation/Configuring-SAML2-Authentication.html#saml-services, > see if setting anyone of them will allow your system to login. > > See if settings the above will help you successfully authenticated. > > Cheers! > - Andy > > P.s. you should also tried Julien solution too, that might also as well :) > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/2962a1ed-0acc-4a6d-8ef1-5dcc16f732e7%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/2962a1ed-0acc-4a6d-8ef1-5dcc16f732e7%40apereo.org?utm_medium=email&utm_source=footer> > . > -- ******************************************** *Inmar Confidentiality Note*: This e-mail and any attachments are confidential and intended to be viewed and used solely by the intended recipient. If you are not the intended recipient, be aware that any disclosure, dissemination, distribution, copying or use of this e-mail or any attachment is prohibited. If you received this e-mail in error, please notify us immediately by returning it to the sender and delete this copy and all attachments from your system and destroy any printed copies. Thank you for your cooperation. *Notice of Protected Rights*: The removal of any copyright, trademark, or proprietary legend contained in this e-mail or any attachment is prohibited without the express, written permission of Inmar, Inc. Furthermore, the intended recipient must maintain all copyright notices, trademarks, and proprietary legends within this e-mail and any attachments in their original form and location if the e-mail or any attachments are reproduced, printed or distributed. ******************************************** -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAD_gEK4rrKsRzoiUNmEbTPvtZxvY3xkdyK5RCSM69n68aFiVJg%40mail.gmail.com.
