Fixed oversight.

This commit is contained in:
flash 2025-02-26 22:06:00 +00:00
parent 61ab586df8
commit 7e75a71bd2
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
20250226
20250226.1

View file

@ -101,7 +101,7 @@ final class OAuth2ApiRoutes implements RouteHandler, UrlSource {
'issuer' => $this->siteInfo->url,
'authorization_endpoint' => sprintf('%s%s', $this->siteInfo->url, $this->urls->format('oauth2-authorise')),
'token_endpoint' => sprintf('%s%s', $this->siteInfo->url, $this->urls->format('oauth2-token')),
'jwks_uri' => sprintf('%s%s', $this->siteInfo->url, $this->urls->format('openid-jwks')),
'jwks_uri' => sprintf('%s%s', $this->siteInfo->url, $this->urls->format('oauth2-jwks')),
'protected_resources' => [$this->siteInfo->url],
'scopes_supported' => XArray::select(
$this->appsCtx->scopes->getScopes(