diff --git a/VERSION b/VERSION index 5faab8b9..8ec19862 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20250226 +20250226.1 diff --git a/src/OAuth2/OAuth2ApiRoutes.php b/src/OAuth2/OAuth2ApiRoutes.php index d757b887..cbe9a442 100644 --- a/src/OAuth2/OAuth2ApiRoutes.php +++ b/src/OAuth2/OAuth2ApiRoutes.php @@ -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(