Version: 1.0.0
OAuth2 APIs
Quran.Foundation OAuth2 APIs are a set of APIs that allow you to integrate your app with Quran.Foundation's OAuth2 capabilities. This includes endpoints for OpenID Connect Userinfo, OAuth2 Token Exchange, and OAuth2 Authorize. The APIs are designed to be simple and easy to use, with a focus on security and privacy. Integrating with Quran.Foundation's OAuth2 APIs is required to access Quran.Foundation's APIs.
Authentication
HTTP: Bearer Auth
HTTP: Basic Auth
Bearer token authentication
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Basic authentication for client credentials
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |