ReferenceAPIsOry Hydra APIoidc
oidc
oidc endpoints in the Ory Hydra API (vunknown)
Endpoints in the oidc group of the Ory Hydra API.
| Method | Path | Summary |
|---|---|---|
GET | /.well-known/openid-configuration | OpenID Connect Discovery |
POST | /credentials | Issues a Verifiable Credential |
POST | /oauth2/register | Register OAuth2 Client using OpenID Dynamic Client Registration |
GET | /oauth2/register/{id} | Get OAuth2 Client using OpenID Dynamic Client Registration |
PUT | /oauth2/register/{id} | Set OAuth2 Client using OpenID Dynamic Client Registration |
DELETE | /oauth2/register/{id} | Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol |
GET | /oauth2/sessions/logout | OpenID Connect Front- and Back-channel Enabled Logout |
GET | /userinfo | OpenID Connect Userinfo |
The OAuth 2.0 Token Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect
OpenID Connect Discovery
A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.