Skip to content

Commit

Permalink
Merge pull request #129 from peter-/patch-1
Browse files Browse the repository at this point in the history
Add PasswordProtectedTransport to constants
  • Loading branch information
thijskh authored Sep 25, 2018
2 parents f4747c0 + 1102f28 commit 8dc8712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SAML2/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ class Constants
*/
const AC_PASSWORD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Password';

/**
* PasswordProtectedTransport authentication context.
*/
const AC_PASSWORD_PROTECTED_TRANSPORT = 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport';

/**
* Unspecified authentication context.
*/
Expand Down

0 comments on commit 8dc8712

Please sign in to comment.