Casdoor OAuth 2.0 / OIDC Provider

Casdoor implements an OAuth 2.0 authorization server and OpenID Connect identity provider, exposing the standard authorization, token, userinfo, revocation, introspection, JWKS, and OIDC discovery endpoints used by web, mobile, native, and machine-to-machine clients to obtain ID tokens and access tokens.

API entry from apis.yml

apis.yml Raw ↑
aid: casdoor:casdoor-oauth-oidc
name: Casdoor OAuth 2.0 / OIDC Provider
description: Casdoor implements an OAuth 2.0 authorization server and OpenID Connect identity provider,
  exposing the standard authorization, token, userinfo, revocation, introspection, JWKS, and OIDC discovery
  endpoints used by web, mobile, native, and machine-to-machine clients to obtain ID tokens and access
  tokens.
humanURL: https://casdoor.ai/docs/how-to-connect/oauth
tags:
- Authentication
- JWT
- OAuth
- OIDC
- SSO
- Tokens
properties:
- type: Documentation
  url: https://casdoor.ai/docs/how-to-connect/oauth
- type: Discovery
  url: https://door.casdoor.com/.well-known/openid-configuration
- type: Specification
  url: https://datatracker.ietf.org/doc/html/rfc6749