You need to add one particular authentication metadata populator in
deployerConfigContext.xml, so it looks like this:
<util:list id="authenticationMetadataPopulators">
<ref bean="successfulHandlerMetaDataPopulator" />
<ref bean="rememberMeAuthenticationMetaDataPopulator" />
<ref bean="cacheCredentialsMetaDataPopulator" />
</util:list>
The documentation is missing that piece.
Also, you don’t need any of this:
<!-- CLEARPASS -->
<bean id="cas3ServiceSuccessView"
class="Cas30ResponseView"
c:view-ref="cas3JstlSuccessView"
p:successResponse="true"
p:servicesManager-ref="servicesManager"
p:casAttributeEncoder-ref="casAttributeEncoder" />
<bean id="casRegisteredServiceCipherExecutor"
class="org.jasig.cas.util.services.DefaultRegisteredServiceCipherExecutor" />
<bean id="casAttributeEncoder"
class="org.jasig.cas.authentication.support.DefaultCasAttributeEncoder"
c:servicesManager-ref="servicesManager"
c:cipherExecutor-ref="casRegisteredServiceCipherExecutor" />
Cheers,
Dmitriy.
> On Apr 21, 2016, at 3:59 AM, Miklós Barabás <[email protected]> wrote:
>
> All the meaningful files are uploaded here:
> https://github.com/miklosbarabas/cas-overlay
>
> In the meanwhile I updated to 4.2.1, but the situation is the same.
>
> Waiting for your reply!
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/a8920ebc-9798-4b73-a852-d3012085d589%40apereo.org.
> For more options, visit https://groups.google.com/a/apereo.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/953C25F6-37DC-4954-9120-27038C2B3333%40unicon.net.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.