Skip to content

Commit

Permalink
Merge pull request #44029 from rgharaopensourceprojects/Isse-42549-ch…
Browse files Browse the repository at this point in the history
…ange-github-documentation-to-generic

Replace oidc authentication for github screenshots with generic ones
  • Loading branch information
sberyozkin authored Oct 22, 2024
2 parents 5588577 + 156754c commit b92fa13
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified docs/src/main/asciidoc/images/oidc-github-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-github-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-github-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b92fa13

Please sign in to comment.