diff --git a/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc b/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc index 7f5a410e8c0c0..559905d7aad4c 100644 --- a/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc @@ -15,8 +15,7 @@ After authentication, the OIDC provider redirects the user back to the applicati The following diagram outlines the Authorization Code Flow mechanism in Quarkus. .Authorization code flow mechanism in Quarkus -image::authorization_code_flow.png[alt=Authorization Code Flow, align=center] - +image::authorization_code_flow.png[alt=Authorization Code Flow, role="center"] . The Quarkus user requests access to a Quarkus web-app application. . The Quarkus web-app redirects the user to the authorization endpoint, that is, the OIDC provider for authentication.