Skip to content

Commit

Permalink
Update filter_commands for changes in 6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh authored Sep 5, 2024
1 parent 4828d21 commit d02fa69
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/filter_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ handling an internal request (e.g. from a received Reponse to Consent).
Uses:
- EngineBlock_Corto_ProxyServer

### AttributeReleaseAs

If in the ARP any attribute has a "release_as" setting that specifies another name
for this attribute, the attribute values will be released under that name and not
the original, official attribute name.

### RunAttributeManipulations (for SP)
Run the configured Attribute Manipulations for the current Service Provider. Attribute Manipulations are code that is
executed that allows the modification of response attribute values.
Expand Down Expand Up @@ -286,7 +292,13 @@ Modifies:
- responseAttributes

### AddIdentityAttributes
Sets the NameID and/or the eduPersonTargetedId (EPTI) on the Response
Sets the NameID and/or the eduPersonTargetedId (EPTI) on the Response.

By default it will use the NameIDFormat defined for the SP in its metadata to
determine whether to generate a persistent or transient ID, or release the
unspecified/collabPersonId plainly. Also the 'use_as_nameid' flag in the ARP
is inspected, if set the first value of the attribute with that flag will be
used as the NameID, with format=unspecified.

Depends on:
- EngineBlock_Saml2_NameIdResolver
Expand Down

0 comments on commit d02fa69

Please sign in to comment.