Oracle WebCenter Sites (MOSC)

MOSC Banner

Custom SSO in WCS 11.1.1.8-Patch 11

edited Mar 10, 2016 5:00AM in Oracle WebCenter Sites (MOSC) 1 commentAnswered

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center