After updating to keycloak-18.0.1 client with Authorization is not working fine

We are facing issue with clients having Authorization added.

We have 2 endpoints to our integrations.

  1. First endpoint is to our scopes using authorization, which is working fine.
  2. Second endpoint is to our other implementation where we dont want to have any authentication/role required.

Endpoints:

  1. domain.com/employee/v1/search
  2. domain.com/employee/v1/otherapi

Currently we are doing this in our web.xml by adding security-constraint with role-name. This was working earlier with keycloak-3.1.0.Final but after updating to keyloak-18.0.1 it is asking for authentication and giving 401 error.

1 Like