patchBay

AEM Content Fragment APIs vs Authorized Partner API Specification

Both are solid Authentication & Authorization APIs. Choose based on your specific requirements.

AEM Content Fragment APIs

These control-plane APIs are used to fully manage the Content Fragments and their associated Models.

Authorized Partner API Specification

To access files in user’s DigiLocker account from your application, you must first obtain user’s authorization.

AEM Content Fragment APIs

  • Simple API key authentication
  • HTTPS supported

Authorized Partner API Specification

  • Simple API key authentication
  • HTTPS supported
FeatureAEM Content Fragment APIsAuthorized Partner API Specification
AuthenticationapiKeyapiKey
HTTPSYesYes
CORSUnknownUnknown

When to use which?

Both AEM Content Fragment APIs and Authorized Partner API Specification offer similar capabilities as Authentication & Authorization APIs. Review their documentation to find the best fit for your specific use case.