single sign on - WSO2 SingleSign ON -


i new wso2 , follow this post enable single sign on (sso) following scenario:

  • virtual machine running centos (ip: 192.168.0.18)
  • wso2 identityserver 4.1.0 installed https port: 9443
  • wso2 applicationserver 5.1.0 installed https port: 9443

here problem:

  • when access application server console management, redirected identity provider login page expected , can login.

  • i redirected initial request (application server mgt console) message appears telling me authentication/authorization fails.

in log files can see following error:

tid: [0] [as] [2013-05-14 16:13:32,128] info {org.wso2.carbon.identity.authenticator.saml2.sso.common.builders.authenticationrequestbuilder} - building authentication request {org.wso2.carbon.identity.authenticator.saml2.sso.common.builders.authenticationrequestbuilder} tid: [0] [as] [2013-05-14 16:13:32,388] error {org.wso2.carbon.identity.authenticator.saml2.sso.util.util} - content not allowed in prolog. {org.wso2.carbon.identity.authenticator.saml2.sso.util.util} tid: [0] [as] [2013-05-14 16:13:32,389] error {org.wso2.carbon.identity.authenticator.saml2.sso.saml2ssoauthenticator} - system error while authenticating/authorizing user : error occured while processing saml2 response {org.wso2.carbon.identity.authenticator.saml2.sso.saml2ssoauthenticator} org.wso2.carbon.identity.authenticator.saml2.sso.saml2ssoauthenticatorexception: error occured while processing saml2 response @ org.wso2.carbon.identity.authenticator.saml2.sso.util.util.unmarshall(util.java:87) @ org.wso2.carbon.identity.authenticator.saml2.sso.saml2ssoauthenticator.login(saml2ssoauthenticator.java:64) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:57) @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)

i search net error not able find me solve problem.

any welcome.

thanks.

this due version difference between saml components being used in 2 servers. make public patch available.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -