Skip to content

Make all NameID authproc-filters use identifyingAttribute - #1709

Merged
tvdijen merged 1 commit into
simplesamlphp:masterfrom
ghalse:patch-identifyingAttribute
Oct 25, 2022
Merged

tvdijen merged 1 commit into
simplesamlphp:masterfrom
ghalse:patch-identifyingAttribute

Conversation

@ghalse

@ghalse ghalse commented Oct 25, 2022

Copy link
Copy Markdown
Contributor

The upgrade notes for 2.0 note that the user id attribute in core:TargetedID has been renamed 'identifyingAttribute'. Similarly, the new PairwiseID and SubjectID filters use 'identifyingAttribute' as well, as does the consent module.

That creates a situation where some NameID-related authproc filters use 'attribute' and some use 'identifyingAttribute' to configure the user-identifying attribute.

It might be desirable to create some consistency and standardise on identifyingAttribute. This pull request does that.

It also updates the documentation in modules/core/docs/authproc_targetedid.md to match the earlier change for core:TargetedID.

@codecov

codecov Bot commented Oct 25, 2022

Copy link
Copy Markdown

Codecov Report

Merging #1709 (c7d418f) into master (68d9f3b) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1709      +/-   ##
============================================
+ Coverage     42.55%   42.57%   +0.01%     
  Complexity     2205     2205              
============================================
  Files            83       83              
  Lines          6194     6194              
============================================
+ Hits           2636     2637       +1     
+ Misses         3558     3557       -1     

@tvdijen
tvdijen merged commit 1df8a6b into simplesamlphp:master Oct 25, 2022
@github-actions

Copy link
Copy Markdown
Contributor

\n This pull request has been automatically locked since there has \n not been any recent activity after it was closed.\n Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants