Skip to content

Testing Authentication Plugin

Endi S. Dewata edited this page Sep 11, 2026 · 1 revision

Launch Web Browser

Dogtag PKI
  • Select the SSN User Dual-Use Certificate Enrollment profile presented in the menu on the right-side of the Enrollment panel to display the following SSN User enrollment profile:

Dogtag PKI

Test Case I: Successful Certificate Issuance for "hmiller" — expected SUCCESS

  • Enter hmiller for User ID.

  • Enter 000112222 for SSN.

  • Press the Submit button, and the browser should notify the user that it needs to begin generating a key (the user may need to press the OK button). The browser should then start generating the key before it returns a screen stating the following:

Congratulations, your request has been processed successfully

The remainder of the screen should reference the request ID, and contain the requested certificate for the user hmiller.

Test Case II: Incorrect SSN entered for "scarter" — expected FAILURE

  • Enter scarter for User ID.

  • Enter 000112222 for SSN.

  • Press the Submit button, and the browser should notify the user that it needs to begin generating a key (the user may need to press the OK button). The browser should then start generating the key before it returns a screen stating the following:

Sorry, your request is not submitted. The reason is "Authentication Error".

Test Case III: Successful Certificate Issuance for "scarter" — expected SUCCESS

  • Enter scarter for User ID.

  • Enter 999887777 for SSN.

  • Press the Submit button, and the browser should notify the user that it needs to begin generating a key (the user may need to press the OK button). The browser should then start generating the key before it returns a screen stating the following:

Congratulations, your request has been processed successfully

The remainder of the screen should reference the request ID, and contain the requested certificate for the user scarter.

Test Case IV: Unknown user entered for "smiller" — expected FAILURE

  • Enter smiller for User ID.

  • Enter 000112222 for SSN.

  • Press the Submit button, and the browser should notify the user that it needs to begin generating a key (the user may need to press the OK button). The browser should then start generating the key before it returns a screen stating the following:

Sorry, your request is not submitted. The reason is "Authentication Error".

Clone this wiki locally