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
| Feature | AEM Content Fragment APIs | Authorized Partner API Specification |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
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.