jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.15k stars 794 forks source link

RFC 8414 .well-known/oauth-authorization-server metadata #1099

Open n2ygk opened 2 years ago

n2ygk commented 2 years ago

Is your feature request related to a problem? Please describe.

RFC 8414 Oauth Server metadata endpoint not implemented.

Describe the solution you'd like

Implement RFC 8414 OAuth server metadata endpoint (which is similar to the OIDC .well-known/openid-configuration/.

Describe alternatives you've considered

Additional context

n2ygk commented 2 years ago

This functionality is already available upstream in https://github.com/oauthlib/oauthlib/blob/v3.2.0/docs/oauth2/endpoints/metadata.rst. Just need to use it.