[Dev] [APPM]Signature validation failed error when trying to login to publisher of APPM as a tenant admin

2016-10-02 Thread Megala Uthayakumar
Hi All, When I try to login to carbon-appmgt publisher as a tenant admin in EMM, it prints the following message in the console, *[2016-10-02 20:23:46,814] ERROR {org.wso2.carbon.identity.authenticator.saml2.sso.SAML2SSOAuthenticator} - Authentication Request is rejected. Signature validation fai

Re: [Dev] [APPM]Signature validation failed error when trying to login to publisher of APPM as a tenant admin

2016-10-03 Thread Thilini Shanika
Hi Megala, When I try to login to carbon-appmgt publisher as a tenant admin in EMM, it prints the following message in the console, *[2016-10-02 20:23:46,814] ERROR {org.wso2.carbon.identity.authenticator.saml2.sso.SAML2SSOAuthenticator} - Authentication Request is rejected. Signature validation

Re: [Dev] [APPM]Signature validation failed error when trying to login to publisher of APPM as a tenant admin

2016-10-03 Thread Megala Uthayakumar
Hi Thilini, Thank you for your explanation. The above mentioned error log got printed if the following are not included in authenticators.xml false false under SAML2SSOAuthenticator configuration. Because in [1] those 2 parameters are checked and if those are false, validate signature part

Re: [Dev] [APPM]Signature validation failed error when trying to login to publisher of APPM as a tenant admin

2016-10-03 Thread Prakhash Sivakumar
Hi Megala, Those configuration parameters in authenticators.xml are related to the IDP, in publisher the SP side validation should happen based on the configurations in publisher.json. But when I try to debug the scenario, the spId was taken from authenticators.xml but it shouldn't happen like th