Re: [Dev] [IS] Post Authentication Redirection

2017-03-24 Thread Danushka Fernando
Moving back to dev@ Finally managed to fixed this by adding following line before the redirection. request.setAttribute(FrameworkConstants.RequestParams.FLOW_STATUS, AuthenticatorFlowStatus.INCOMPLETE); Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/

Re: [Dev] [IS] Post Authentication Redirection

2017-03-23 Thread Danushka Fernando
Hi Nuwandi Its not saml. I am using Oauth auth code flow grant type here. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Mar 24, 2017 at 10:56 AM, Nuwandi Wickramasinghe wrote: > Hi, > > Can you provide a

Re: [Dev] [IS] Post Authentication Redirection

2017-03-23 Thread Nuwandi Wickramasinghe
Hi, Can you provide a SSO trace for the flow? Thanks Nuwandi On Fri, Mar 24, 2017 at 10:44 AM, Danushka Fernando wrote: > Hi All > I wrote a postAuthenticationHandler to handle custom password expiry > requirement. It redirects to following endpoint when handling request.

[Dev] [IS] Post Authentication Redirection

2017-03-23 Thread Danushka Fernando
Hi All I wrote a postAuthenticationHandler to handle custom password expiry requirement. It redirects to following endpoint when handling request. But this redirect go back to authorize endpoint in the middle and getting crashed. But if I redirect to the endpoint manually it will work as expected.