You Are Not Prompted to Create or Enter a Security Key if the SecureLevel Parameter Is Set to a Value Greater than 100 During Secure Sign-In (303688)



The information in this article applies to:

  • Microsoft Passport 2.0

This article was previously published under Q303688

SUMMARY

If you implement secure sign-in features and the SecureLevel parameter is set to any value greater than 100, you are not prompted to create or enter a security key. As a result, the return values to the IsAuthenticated method for SecureLevel parameters 0, 10, and 100 are set to True.

MORE INFORMATION

If the SecureLevel parameter is set to a value greater than 100, you return to the secure site when the following fields are all set to True:
  • IsAuthenticated::0
  • IsAuthenticated::10
  • IsAuthenticated::100
This behavior may occur if the SecureLevel is set to a value greater than 100 in any calls to the AuthURL2 method, the LogoTag2 method, the LoginUser method, or the IsAuthenticated method. You expect to be prompted to enter or create the security key. You also expect the IsAuthenticated (0-100) values to be set to True.

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:kbinfo KB303688 kbAudDeveloper