Skip to content
Discussion options

You must be logged in to vote

The empty result is by design. Unauthorized end entity profiles get filtered out of the search, so it looks like no certificates matched rather than a 403.

EndEntityProfileSessionBean.isAuthorizedToProfile:273:

if (authorizationSession.isAuthorizedNoLogging(admin,
        ENDENTITYPROFILEBASE + "/" + profileId + endentityAccessRule)) {
    authorizedToProfile = true;
    for (final int caId : availableCaIds) {
        if (!authorizedCaIds.contains(caId) && (!hasRootRuleAccess || allCaIds.contains(caId))) {
            authorizedToProfile = false;

Two things needed:

  1. /endentityprofilesrules/EE2/view_end_entity/. Your paste cuts off before the EE2 block so check it's there.
  2. /ca/<X>/ for eve…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@uedvt359
Comment options

Answer selected by uedvt359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants