Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The <RuleRegex> element defines a specific access control requirement in the form of a regular expression.

Attributes

Names

Type

Value

Description

requirestring


valid-user
user
authnContextClassRef
authnContextDeclRef

One of a set of predefined "aliases", or the ID/alias of an attribute to examine.

A rule that requires an authenticated session, but nothing else.
A rule based on the REMOTE_USER identity for the request.
A rule based on the SAML authentication context class or method asserted by the IdP.
A rule based on the SAML authentication context declaration asserted by the IdP.

caseSensitive
booleandefault true

If false, the case-ignoring option is set for the regular expression engine

Element Content

The element's content consists of a single regular expression to use

  • No labels