Custom SSO in WCS 11.1.1.8-Patch 11
Hi All,
this is a duplicate of this archieved discussion
I have a throuble using a custom SSO in a WebLogic WCS 11.1.1.8-Patch 11 installation (working in a Tomcat WCS 11.1.1.8-Patch 7 installation).
I create a SSO custom class using WCS Samples.
Moving CAS from 3.3.4 to 4.0.0 I changed:
1)
import org.jasig.cas.authentication.principal.UsernamePasswordCredentials;
in
import org.jasig.cas.authentication.UsernamePasswordCredential;
2)
context.getLastEvent().getId().equals("repeat")
in
context.getCurrentEvent().getId().equals("repeat")
When I try to access using my custom SSO I obtain the same error in the linked thread.
There is a redirect to http://localhost:9030/cas/${flowScope.ssoRedirectUrl}, so an unresolved flowScope.ssoRedirectUrl variable.