As there is no login.vm displayed, but we use the CAS login theme. There should be some way to let the user revoke their release attribute grants.
So first there should be some UI on the CAS Login Page, like the checkbox defined in shibboleth' login.vm
<div class="form-element-wrapper">
<input id="_shib_idp_revokeConsent" type="checkbox" name="_shib_idp_revokeConsent" value="true">
#springMessageText("idp.attribute-release.revoke", "Clear prior granting of permission for release of your information to this service.")
</div>
And second there should be some worker, setting a request param for shibboleth, so that this decision flow from system/flows/intercept/attribute-release-flow.xml is executed.
As there is no login.vm displayed, but we use the CAS login theme. There should be some way to let the user revoke their release attribute grants. So first there should be some UI on the CAS Login Page, like the checkbox defined in shibboleth' login.vm
And second there should be some worker, setting a request param for shibboleth, so that this decision flow from
system/flows/intercept/attribute-release-flow.xml
is executed.