OpenID Connect

Endpoints for OpenID Connect.

For more information on non-customized endpoints see also:

django-oidc-provider Documentation

Authorize Endpoint

This endpoint is from Interlock.

API Endpoint Path
/api/openid/authorize/
Method
  • POST

Token Endpoint

This endpoint is from django-oidc-provider.

API Endpoint Path
/api/openid/token/
Methods
  • GET
  • POST
  • OPTIONS

User Information Endpoint

This endpoint is from django-oidc-provider.

API Endpoint Path
/api/openid/userinfo/
Method
  • POST

End Session Endpoint

This endpoint is from django-oidc-provider.

API Endpoint Path
/api/openid/end-session/
Methods
  • GET
  • POST

Introspection Endpoint

This endpoint is from django-oidc-provider.

API Endpoint Path
/api/openid/introspect/
Method
  • POST

JWKs Endpoint

This endpoint is from django-oidc-provider.

API Endpoint Path
/api/openid/jwks/
Method
  • GET

This endpoint is from Interlock.

API Endpoint Path
/api/openid/consent/
Method
  • POST

Reject Access

This endpoint is from Interlock.

API Endpoint Path
/api/openid/reject/
Method
  • POST