Fixed oversight.
This commit is contained in:
parent
61ab586df8
commit
7e75a71bd2
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
20250226
|
20250226.1
|
||||||
|
|
|
@ -101,7 +101,7 @@ final class OAuth2ApiRoutes implements RouteHandler, UrlSource {
|
||||||
'issuer' => $this->siteInfo->url,
|
'issuer' => $this->siteInfo->url,
|
||||||
'authorization_endpoint' => sprintf('%s%s', $this->siteInfo->url, $this->urls->format('oauth2-authorise')),
|
'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')),
|
'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],
|
'protected_resources' => [$this->siteInfo->url],
|
||||||
'scopes_supported' => XArray::select(
|
'scopes_supported' => XArray::select(
|
||||||
$this->appsCtx->scopes->getScopes(
|
$this->appsCtx->scopes->getScopes(
|
||||||
|
|
Loading…
Add table
Reference in a new issue