Skip to content
Snippets Groups Projects

Issue #3174705: Implement JWKs (RFC 7517) and OAuth metadata (RFC 8414)

2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
3
@@ -46,9 +46,6 @@ class Jwks implements ContainerInjectionInterface {
* The response.
*/
public function handle() {
if (!$this->user instanceof TokenAuthUser) {
throw new AccessDeniedHttpException('This route is only available for authenticated requests using OAuth2.');
}
if ($this->config->get('disable_openid_connect')) {
throw new NotFoundHttpException('Not Found');
}
Loading