minimizing system directory changes

cneberg cneberg at gmail.com
Wed Jan 13 18:52:57 EST 2016


I've written my own per-SP authz plugin which runs using attribute consent
as a model.  I've attempted to minimize changes to the system directories
but these changes remain. Do you have ideas where I can move one or more of
the changes - so they are not overwritten during an upgrade?

*defines the name intercept/authng-authz and location of authng-authz flow

file: system/conf/webflow-config.xml

 <webflow:flow-location id="intercept/authng-authz"
path="../conf/authng/authng-authz-flow.xml" />

* Creates a new bean for authorization checking

file: system/conf/profile-intercept-system.xml

  <bean id="shibboleth.authng.AuthzFlow" abstract="true"
          class="com.somesite.auth.actions.AuthzFlowDescriptor" />

*Creates a new endstate for authorization failures.

file: system/flows/intercept/intercept-abstract-flow.xml

 <end-state id="AuthzRejected" />
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160113/4f9be4e4/attachment.html>


More information about the users mailing list