@nocobase/plugin-idp-oauth
v2.1.12
Published
Based on OAuth 2.1 and OpenID Connect, this plugin enables NocoBase to act as an identity provider for other systems.
Readme
@nocobase/plugin-idp-oauth
OIDC / OAuth provider scaffold for NocoBase.
Implementation direction:
- Use
oidc-provideras the protocol engine - Let NocoBase own user session, storage, and admin configuration
- Expose a provider instance that resource-server plugins such as
@nocobase/plugin-mcp-servercan integrate with
Notes:
oidc-providerv9 is the current supported line and the project recommends pinning with~- Recent
oidc-providerversions are ESM-oriented, so integration in the NocoBase server should prefer dynamic import / wrapper loading instead of assuming plain CommonJSrequire
