Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-5210

Ability to resolve principal name from ExternalIdentityRef without IDP roundtrip

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0, 1.6.1, 1.8.0
    • auth-external
    • None

    Description

      Currently the only way to reliably determine the principal name for a given external identity is by calling ExternalIdentity.getPrincipalName(). This also means that there is currently no way to resolve the principal name from a given ExternalIdentityRef, without calling ExternalIdentityProvider.getIdentity(ExternalIdentityRef).

      In the default sync mode a given identity-ref will always be resolved to the associated identity once a given identity is up for (re)sync and thus the identity resolution is part of the synchronization. On the other hand the partial sync as provided by the DynamicSyncContext doesn't require the resolution of group identities but only needs to be able to obtain the principal name, which is needed to proper populate the subject upon repository login (and for permission setup for those group principals). In this setup it would be preferrable if the principal name could be resolved from the ExternalIdentityRef without the intermediate identity resolution.

      This aim of this issue is to discuss the different options on how to achieve this improvement in a generic way that doesn't make any assumptions regarding the relationship between ExternalIdentity.getId, ExternalIdentity.getPrincipalName and ExternalIdentityRef.getId.

      See also OAK-4930 and OAK-5200 for additional information.

      Attachments

        1. OAK-5210-initialdraft.patch
          13 kB
          Angela Schreiber
        2. OAK-5210-benchmark.patch
          10 kB
          Angela Schreiber
        3. sync_with_roundtrip_delay_1_for_groups.txt
          20 kB
          Angela Schreiber
        4. sync_with_simplified_principal_resolution.txt
          23 kB
          Angela Schreiber

        Issue Links

          Activity

            People

              angela Angela Schreiber
              angela Angela Schreiber
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: