Skip to content

Commit

Permalink
Remove UKFederationMember element from production aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#34 for details
  • Loading branch information
Alex Stuart committed Nov 1, 2021
1 parent 97049ff commit 1aaca6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ when it appeared in the fallback aggregate, which would be too late to take corr

Status:

* The `test` aggregate does not include the `<UKFederationMember>` label (`ukf-meta#34`).

* The `test` aggregate does not include the entity-level copy of the scopes for an
identity provider (`ukf-meta#49`).

Expand All @@ -78,5 +76,7 @@ Status:

Status:

* The `production` aggregate does not include the `<UKFederationMember>` label (`ukf-meta#34`).

* The `production` aggregate adds `<EncryptionMethod>` elements with AES128-CBC
to SPs that have no block encryption methods listed
1 change: 1 addition & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<bean id="flowConstraints" parent="ukf.FlowConstraintApplyingStage"
p:flowName="production"/>

<ref bean="uk_strip_UKFederationMember"/>
<ref bean="assembleAggregate"/>
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
Expand Down

0 comments on commit 1aaca6f

Please sign in to comment.