[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OE12 and OERealm - is it working?

  • Thread starter Thread starter Darren Parr
  • Start date Start date
Status
Not open for further replies.
D

Darren Parr

Guest
OK. I've got it working to a point. Ive switched to form based authentication. My HybridRealm class runs and it all comes back ok so that it all works fine. It validates users correctly and its all secured. However I'm expecting a new CP to be generated with a domain against the OEClientPrincipalFilter. Is that done automatically on the next request or should I be seeing some interaction to the appserver after the JSESSIONID is returned ? Alternatively do I need to create a new CP just before a successful return of ValidatePassword and set that to the session. OEClientPrincipalFilter.enabled=true OEClientPrincipalFilter.registryFile=ABLDomainRegistry.keystore OEClientPrincipalFilter.domain=STYLEsso OEClientPrincipalFilter.roles= OEClientPrincipalFilter.authz=true OEClientPrincipalFilter.expires=0 OEClientPrincipalFilter.accntinfo=false OEClientPrincipalFilter.ccid=false OEClientPrincipalFilter.anonymous=false OEClientPrincipalFilter.sealAnonymous=false OEClientPrincipalFilter.appName=OE OEClientPrincipalFilter.forwardToken=false OEClientPrincipalFilter.passthru=false OEClientPrincipalFilter.domainRoleFilter= OEClientPrincipalFilter.loadAccntAttrList= -Darren

Continue reading...
 
Status
Not open for further replies.
Back
Top