Authorized Partner API Specification vs Micro User Service
Both are solid Authentication & Authorization APIs. Choose based on your specific requirements.
Authorized Partner API Specification
To access files in user’s DigiLocker account from your application, you must first obtain user’s authorization.
Micro User Service
User management and authentication
Authorized Partner API Specification
- Simple API key authentication
- HTTPS supported
Micro User Service
- Simple API key authentication
- HTTPS supported
- No CORS support
| Feature | Authorized Partner API Specification | Micro User Service |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
Both Authorized Partner API Specification and Micro User Service offer similar capabilities as Authentication & Authorization APIs. Review their documentation to find the best fit for your specific use case.