tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Implement Oauth metadata discovery endpoint #11

Closed joestubbs closed 2 years ago

joestubbs commented 2 years ago

We will implement the GET /v3/oauth2/.well-known/oauth-authorization-server endpoint to facilitate discovery of various aspects of the OAuth2 server configuration. Initially, the following fields will be supported:

  1. issuer
  2. authorization_endpoint
  3. token_endpoint
  4. jwks_uri
  5. registration_endpoint
  6. grant_types_supported

Complete spec: https://datatracker.ietf.org/doc/html/rfc8414

joestubbs commented 2 years ago

part of 1.0.2 release.