Skip to content

Commit fbb60e7

Browse files
committed
Sync web site with Quarkus documentation
1 parent 1cdd789 commit fbb60e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_versions/3.15/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Common attributes.
22
// --> No blank lines (it ends the document header)
33
:project-name: Quarkus
4-
:quarkus-version: 3.15.6.2
4+
:quarkus-version: 3.15.7
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.8

_versions/3.15/guides/security-openid-connect-client-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ quarkus.oidc-client.credentials.secret=secret
11981198
quarkus.oidc-client.grant.type=exchange
11991199
quarkus.oidc-client.grant-options.exchange.audience=quarkus-app-exchange
12001200
1201-
quarkus.resteasy-client-oidc-token-propagation.exchange-token=true <1>
1201+
quarkus.rest-client-oidc-token-propagation.exchange-token=true <1>
12021202
----
12031203
<1> Please note that the `exchange-token` configuration property is ignored when the OidcClient name is set with the `io.quarkus.oidc.token.propagation.AccessToken#exchangeTokenClient` annotation attribute.
12041204

0 commit comments

Comments
 (0)