-
Notifications
You must be signed in to change notification settings - Fork 16
Handle Revoking Consent on CAS side #10
Comments
All of the changes you describe relate to either CAS or Shib. There is nothing for this plugin to do. |
The work to be done on this plugin is to set ExternalAuthentication.REVOKECONSENT_KEY based on the users checkbox (which is not existing yet) setting on CAS side in a new class implementing CasToShibTranslator like |
@mmoayyed Could you please reopen the issue? |
While doing some hardcoded tests with request.setAttribute(ExternalAuthentication.REVOKECONSENT_KEY, true) inside a translator and an updated dependency on idp 3.2.0-SNAPSHOT, I only get a blank page hanging on |
Same problem here (we have our own external authentication module). Blank page and no hint in the logs. Are there any news/tipps? |
You may want to discuss this on the shib-dev mailing list. |
As there is no login.vm displayed, but we have the CAS login theme, there should be some way to let the user revoke their release attribute grants on CAS side.
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.The text was updated successfully, but these errors were encountered: