Skip to content

Commit 8958d2e

Browse files
committed
Add constant for requested SubjectID.
1 parent 45812b5 commit 8958d2e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/SAML2/Constants.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,9 @@ class Constants
420420
* Second-level status code.
421421
*/
422422
const STATUS_UNSUPPORTED_BINDING = 'urn:oasis:names:tc:SAML:2.0:status:UnsupportedBinding';
423+
424+
/**
425+
* The name of the EntityAttribute used to indicate the subject-id needs of a Service Provider.
426+
*/
427+
const SUBJECT_ID_REQ = 'urn:oasis:names:tc:SAML:profiles:subject-id:req';
423428
}

0 commit comments

Comments
 (0)