Skip to content

Commit

Permalink
put const VALUE_KEY back...just in case external code references it
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Oct 10, 2024
1 parent 00e9c4e commit 8c6cda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sildisco/src/Auth/Process/AddIdp2NameId.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class AddIdp2NameId extends ProcessingFilter

const SP_NAMEID_ATTR = 'saml:sp:NameID'; // The key for the NameID

const VALUE_KEY = 'Value'; // The value key for the NamedID entry

const ERROR_PREFIX = "AddIdp2NameId: "; // Text to go at the beginning of error messages

const FORMAT_KEY = 'Format';
Expand Down

0 comments on commit 8c6cda7

Please sign in to comment.