diff --git a/docs/src/main/asciidoc/images/oidc-github-1.png b/docs/src/main/asciidoc/images/oidc-github-1.png index bb183b3a038c2..581f6e47f22bd 100644 Binary files a/docs/src/main/asciidoc/images/oidc-github-1.png and b/docs/src/main/asciidoc/images/oidc-github-1.png differ diff --git a/docs/src/main/asciidoc/images/oidc-github-2.png b/docs/src/main/asciidoc/images/oidc-github-2.png index 62a304bc580a8..8868c371daf01 100644 Binary files a/docs/src/main/asciidoc/images/oidc-github-2.png and b/docs/src/main/asciidoc/images/oidc-github-2.png differ diff --git a/docs/src/main/asciidoc/images/oidc-github-3.png b/docs/src/main/asciidoc/images/oidc-github-3.png index 407d184454750..ffa2e806a6af9 100644 Binary files a/docs/src/main/asciidoc/images/oidc-github-3.png and b/docs/src/main/asciidoc/images/oidc-github-3.png differ diff --git a/docs/src/main/asciidoc/security-openid-connect-providers.adoc b/docs/src/main/asciidoc/security-openid-connect-providers.adoc index e39981dbe0fa7..133f66253c0b5 100644 --- a/docs/src/main/asciidoc/security-openid-connect-providers.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-providers.adoc @@ -207,7 +207,7 @@ In order to set up OIDC for GitHub you need to create a new OAuth application in image::oidc-github-1.png[role="thumb"] -Make sure to fill in the appropriate details, but more importantly the Authorization Callback URL, set to `http://localhost:8080/_renarde/security/oidc-success` +Make sure to fill in the appropriate details, but more importantly the Authorization Callback URL, set to `http://localhost:8080/github` (if you intend to test this using the Quarkus dev mode). Now click on `Register application` and you'll be shown your application page: