hi,
i have tried to below code for redirection .
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AssignMessage name="AssignMessage-AuthzCodeResponse">
<DisplayName>AssignMessage-AuthzCodeResponse</DisplayName>
<Description>Assigns the response message for an /authorize call</Description>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<AssignTo createNew="true" type="response">response</AssignTo>
<Remove>
<Payload>true</Payload>
</Remove>
<Set>
<StatusCode>302</StatusCode>
<ReasonPhrase>redirected to login </ReasonPhrase>
<Headers>
<Header Name="location">{loginurl}</Header>
</Headers>
<QueryParams/>
<FormParams/>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
</AssignMessage>
in trace its showing its redirecting, but in the browser i am not getting the redirected page .