Skip to content

[v3.4.0] - Introduce API-based Introspection

Compare
Choose a tag to compare
@patternhelloworld patternhelloworld released this 04 Jan 01:33
· 44 commits to main since this release
  • Introspection type configuration:
    • api: The Resource Server sends introspection requests to the Authorization Server (better scalability, Some test codes are currently NOT working due to the following introspection URI calls)
    • database (default): The Resource Server and Authorization Server share the same database (faster performance)