ReferenceAPIsOry Hydra APIoAuth2
oAuth2
oAuth2 endpoints in the Ory Hydra API (vunknown)
Endpoints in the oAuth2 group of the Ory Hydra API.
| Method | Path | Summary |
|---|---|---|
GET | /admin/clients | List OAuth 2.0 Clients |
POST | /admin/clients | Create OAuth 2.0 Client |
GET | /admin/clients/{id} | Get an OAuth 2.0 Client |
PUT | /admin/clients/{id} | Set OAuth 2.0 Client |
DELETE | /admin/clients/{id} | Delete OAuth 2.0 Client |
PATCH | /admin/clients/{id} | Patch OAuth 2.0 Client |
PUT | /admin/clients/{id}/lifespans | Set OAuth2 Client Token Lifespans |
GET | /admin/oauth2/auth/requests/consent | Get OAuth 2.0 Consent Request |
PUT | /admin/oauth2/auth/requests/consent/accept | Accept OAuth 2.0 Consent Request |
PUT | /admin/oauth2/auth/requests/consent/reject | Reject OAuth 2.0 Consent Request |
GET | /admin/oauth2/auth/requests/login | Get OAuth 2.0 Login Request |
PUT | /admin/oauth2/auth/requests/login/accept | Accept OAuth 2.0 Login Request |
PUT | /admin/oauth2/auth/requests/login/reject | Reject OAuth 2.0 Login Request |
GET | /admin/oauth2/auth/requests/logout | Get OAuth 2.0 Session Logout Request |
PUT | /admin/oauth2/auth/requests/logout/accept | Accept OAuth 2.0 Session Logout Request |
PUT | /admin/oauth2/auth/requests/logout/reject | Reject OAuth 2.0 Session Logout Request |
GET | /admin/oauth2/auth/sessions/consent | List OAuth 2.0 Consent Sessions of a Subject |
DELETE | /admin/oauth2/auth/sessions/consent | Revoke OAuth 2.0 Consent Sessions of a Subject |
DELETE | /admin/oauth2/auth/sessions/login | Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID |
POST | /admin/oauth2/introspect | Introspect OAuth2 Access and Refresh Tokens |
DELETE | /admin/oauth2/tokens | Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client |
GET | /admin/trust/grants/jwt-bearer/issuers | List Trusted OAuth2 JWT Bearer Grant Type Issuers |
POST | /admin/trust/grants/jwt-bearer/issuers | Trust OAuth2 JWT Bearer Grant Type Issuer |
GET | /admin/trust/grants/jwt-bearer/issuers/{id} | Get Trusted OAuth2 JWT Bearer Grant Type Issuer |
DELETE | /admin/trust/grants/jwt-bearer/issuers/{id} | Delete Trusted OAuth2 JWT Bearer Grant Type Issuer |
GET | /oauth2/auth | OAuth 2.0 Authorize Endpoint |
POST | /oauth2/revoke | Revoke OAuth 2.0 Access or Refresh Token |
POST | /oauth2/token | The OAuth 2.0 Token Endpoint |