X Tutup
Skip to content

Add 'release bilateral attributes' feature to AttributeLimit authproc#367

Open
sitya wants to merge 2 commits intosimplesamlphp:masterfrom
NIIF:master
Open

Add 'release bilateral attributes' feature to AttributeLimit authproc#367
sitya wants to merge 2 commits intosimplesamlphp:masterfrom
NIIF:master

Conversation

@sitya
Copy link

@sitya sitya commented Apr 19, 2016

AttributeLimit allows to release only that attributes to the SP, which are listed in SP's metadata. In the most federation metadata is generated by a central tool of the national federation, so there could be attributes which are not specified in the federation (so it could not be listed in SP's requiredAttributes), but the SP would need it.

With this PullRequest we implemented this feature. It adds the functionality of specifying bilateral attribute relations in addition to the attribute rules defined in the peer's metadata. You can both specify SP entityIDs where you send some additional attributes (bilateralSPs) and special attributes to send to some SPs (bilateralAttributes).

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 15.821% when pulling 17d3cee on NIIF:master into 8de8f35 on simplesamlphp:master.

@jaimeperez
Copy link
Member

Hi @sitya! Thanks a lot for the PR!

After a very, very quick glance at it, it looks great. I'll take a deeper look at it as soon as I can and hopefully merge it 😉

@tvdijen tvdijen force-pushed the master branch 8 times, most recently from 7b173cf to 3326beb Compare March 20, 2023 22:59
@tvdijen tvdijen force-pushed the master branch 2 times, most recently from 8ac729b to a16cf6e Compare April 25, 2023 08:33
@tvdijen tvdijen force-pushed the master branch 2 times, most recently from fc454de to 7ac76ae Compare May 3, 2023 08:31
@tvdijen tvdijen force-pushed the master branch 6 times, most recently from 29f7b69 to 1a911ce Compare May 12, 2023 16:07
@tvdijen tvdijen force-pushed the master branch 3 times, most recently from c7c8357 to fdbe001 Compare June 12, 2023 14:28
@tvdijen tvdijen force-pushed the master branch 8 times, most recently from 3b5f5ba to 96357ee Compare July 19, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup