Dashboard > ESOE Users > ... > Configuring Authorization Policies > Policy Templates
  ESOE Users Log In   View a printable version of the current page.  
  Policy Templates
Added by Bradley Beddoes, last edited by Bradley Beddoes on Nov 13, 2007  (view change)
Labels: 
(None)

Authors
Bradley Beddoes
Andre Zitelli
Shaun Mangelsdorf

Applicable Versions
Beta 2

Overview

This page lists simple templates for Rules which may be included in policies.

Templates

Allow access for all authenticated users

<Rule Effect="Permit" RuleId="spep-rule-0">
  <Description>
  This rule causes all resources to be permitted by default for all users, internal and external that are matched by the policy.
  </Description>
</Rule>

Deny access for all users who are considered to be external

<Rule Effect="Deny" RuleId="spep-rule-0">
    <Description>This rule causes all users who authenticated via an external protocol (shibboleth or openID) to be denied access to content</Description>
    <Condition>
	<Apply FunctionId="string-equal">
            <SubjectAttributeDesignator AttributeId="esoe-externalised-identity" />
	    <AttributeValue>true</AttributeValue>
	</Apply>
    </Condition>
  </Rule>

Submissions

We welcome your rule submissions for inclusion on this page.

Site running on a free Atlassian Confluence Open Source Project License granted to Enterprise Sign On Engine (ESOE). Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators