Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ALS-7554] User should not be able to search without a valid token #225

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 22, 2024

  1. Set token 'active' field to false on invalid token scenarios

    Ensure the 'active' field in tokenInspection is marked false whenever a token is invalid or user not found. This improves the clarity and consistency of token status checks throughout the service.
    Gcolon021 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    643ab15 View commit details
    Browse the repository at this point in the history
  2. Remove custom key generator from cache eviction

    Removed the custom key generator from cache eviction in AccessRuleService for streamlined annotation usage. Added null and blank subject checks in CacheEvictionService to prevent errors, and removed unnecessary blank line in FENCEAuthenticationService.
    Gcolon021 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    eb0ceec View commit details
    Browse the repository at this point in the history