Skip to content

Commit 7a68eab

Browse files
committed
Add subject-id signal constant
1 parent 78b1c67 commit 7a68eab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SAML2/Constants.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ class Constants
3636
*/
3737
const ATTR_PAIRWISE_ID = 'urn:oasis:names:tc:SAML:attribute:pairwise-id';
3838

39+
/**
40+
* Subject signal attribute
41+
*/
42+
const PROFILE_SUBJECT_ID_REQ = 'urn:oasis:names:tc:SAML:profiles:subject-id:req';
43+
3944
/**
4045
* The URN for the HTTP-POST binding.
4146
*/

0 commit comments

Comments
 (0)