Endpoints
This is an endpoint list for OAuth2.0 and OpenID Connect (OIDC) for Moripa API.
Endpoints
OAuth2.0
- Authorization
endpoint
/oauth2/authorize
RFC 6749 4.1.1 - Token
endpoint
/oauth2/token
RFC 6749 4.1.3 - Introspection
endpoint
/oauth2/introspect
RFC 7662 - Revocation
endpoint
/oauth2/revoke
RFC 7009
OpenID Connect (OIDC)
- Discovery endpoint
/.well-known/openid-configuration
- JWKs endpoint
/.well-known/jwks.json
- UserInfo
endpoint
/oauth2/userinfo
OIDC Core 5.3
Plugin
- Plugin endpoint
/api/v1/plugin/<pluginName>/*