File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ quarkus.oidc.credentials.client-secret.provider.keyring-name=oidc
183183quarkus.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
192192quarkus.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----
You can’t perform that action at this time.
0 commit comments