Skip to content

Commit b41ccc3

Browse files
authored
Merge pull request SAML-Toolkits#440 from fredmcmullen/add-Auth-Context-Class-Constants
Add Auth Context Class Constants
2 parents c380325 + 6f0b41d commit b41ccc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Saml2/Constants.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ class OneLogin_Saml2_Constants
4949
const AC_PASSWORD_PROTECTED = 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport';
5050
const AC_X509 = 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509';
5151
const AC_SMARTCARD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Smartcard';
52+
const AC_SMARTCARD_PKI = 'urn:oasis:names:tc:SAML:2.0:ac:classes:SmartcardPKI';
5253
const AC_KERBEROS = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos';
5354
const AC_WINDOWS = 'urn:federation:authentication:windows';
5455
const AC_TLS = 'urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient';
56+
const AC_RSATOKEN = 'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken';
5557

5658
// Subject Confirmation
5759
const CM_BEARER = 'urn:oasis:names:tc:SAML:2.0:cm:bearer';

0 commit comments

Comments
 (0)