Skip to content

Commit 552782c

Browse files
authored
Merge pull request quarkusio#51048 from rolfedh/fix-typo
Fix minor typo
2 parents d7922be + ecf92b5 commit 552782c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/security-oidc-code-flow-authentication.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ quarkus.oidc.credentials.client-secret.provider.keyring-name=oidc
183183
quarkus.oidc.credentials.jwt.secret-provider.name=oidc-credentials-provider
184184
----
185185

186-
Example of `private_key_jwt` with the PEM key inlined in application.properties, and where the signature algorithm is `RS256`:
186+
.Example of `private_key_jwt` with the PEM key inlined in application.properties, and where the signature algorithm is `RS256`:
187187

188188
[source,properties]
189189
----
@@ -192,7 +192,7 @@ quarkus.oidc.client-id=quarkus-app
192192
quarkus.oidc.credentials.jwt.key=Base64-encoded private key representation
193193
----
194194

195-
Example of `private_key_jwt` with the PEM key file, and where the signature algorithm is RS256:
195+
.Example of `private_key_jwt` with the PEM key file, and where the signature algorithm is RS256:
196196

197197
[source,properties]
198198
----

0 commit comments

Comments
 (0)