We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45812b5 commit 8958d2eCopy full SHA for 8958d2e
1 file changed
src/SAML2/Constants.php
@@ -420,4 +420,9 @@ class Constants
420
* Second-level status code.
421
*/
422
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';
428
}
0 commit comments