/
/Ory Hydra API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
admin32
metadata3
public11
  • getJSON Web Keys Discovery
  • getOpenID Connect Discovery
  • postRegister an OAuth 2.0 Client using the OpenID / OAuth2 Dynamic Client Registration Management Protocol
  • getGet an OAuth 2.0 Client using the OpenID / OAuth2 Dynamic Client Registration Management Protocol
  • putUpdate an OAuth 2.0 Client using the OpenID / OAuth2 Dynamic Client Registration Management Protocol
  • deleteDeletes an OAuth 2.0 Client using the OpenID / OAuth2 Dynamic Client Registration Management Protocol
  • getThe OAuth 2.0 Authorize Endpoint
  • postRevoke OAuth2 Tokens
  • getOpenID Connect Front-Backchannel Enabled Logout
  • postThe OAuth 2.0 Token Endpoint
  • getOpenID Connect Userinfo
    public

    The OAuth 2.0 Authorize Endpoint

    This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exists.

    To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc6749

    get/oauth2/auth

    Changes