Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2548

BasicAuthenticationMechanism should return FORBIDDEN instead of UNAUTHORIZED

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      The evaluateRequest method from basicauthenticationmechanism should return FORBIDDEN when authorization handler returns false.

      In the wildfly/testsuite/integration/elytron/BasicAuthnTestCase the FORBIDDEN response is thanks to the following class: https://github.com/undertow-io/undertow/blob/master/servlet/src/main/java/io/undertow/servlet/handlers/security/ServletSecurityRoleHandler.java#L58

      In our quickstarts that use RESTEasy the response FORBIDDEN is being configured here: https://github.com/resteasy/resteasy/blob/main/resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/RoleBasedSecurityFilter.java#L46

      We do not currently have a test case that tests a response when the authorization handler is returning false.

      In basic authentication mechanism when the authorization fails we are returning the UNAUTHORIZED rather than FORBIDDEN.

      This issue is to fix theis behavior and add a test that tests for response when the AuthorizeCallback#isAuthorized is set to false.

      Attachments

        Activity

          People

            rh-ee-kekumar Keshav Kumar (Inactive)
            rh-ee-kekumar Keshav Kumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: