Skip to content

OAuth Provider Module

This module documents ASAHub runtime endpoints when ASAHub exposes OAuth Provider capabilities backed by OpenASA.

Protocol profile

  • Version: OAuth 2.0
  • Supported flow: Authorization Code + PKCE (S256)
  • Current token endpoint grant support: authorization_code

Included endpoints

Notes

  • Base URL is https://api.asahub.ai/.
  • GET /oauth/authorize requires a signed-in browser session.
  • /oauth/token and /oauth/revoke accept JSON body and form body.
  • /auth/oauth/* is a different group used for third-party login helpers.