security icon indicating copy to clipboard operation
security copied to clipboard

Add OpenID test for programmatic login

Open OndroMih opened this issue 3 years ago • 0 comments

A test for this scenario:

  • On insecure page, user presses a login button
  • This executes a method on a backing bean
  • The method calls SecurityContect.authenticate()

Expected outcome:

  • The request initiated by the button ends in a redirect to the OpenID provider to authenticate, similarly to the case when the server initiates authentication after a secure resource is accessed

OndroMih avatar Apr 01 '22 09:04 OndroMih