Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 14, 2024
1 parent 972b7ca commit 725b57f
Show file tree
Hide file tree
Showing 27 changed files with 201 additions and 88 deletions.
4 changes: 2 additions & 2 deletions _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ types:
url: /guides/rest-virtual-threads
- title: Using OpenID Connect (OIDC) and Keycloak to centralize authorization
filename: security-keycloak-authorization.adoc
summary: Learn how to enable bearer token authorization in your Quarkus application using Keycloak Authorization Services for secure access to protected resources.
keywords: sso oidc security keycloak
summary: Learn how to enable bearer token authorization in your Quarkus application by using Keycloak Authorization Services for secure access to protected resources.
keywords: "sso, oidc, security, keycloak"
categories: security
topics:
- security
Expand Down
2 changes: 1 addition & 1 deletion _versions/main/guides/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:jandex-version: 3.2.3
:jandex-gradle-plugin-version: 1.0.0
:kotlin-version: 2.0.21
:grpc-version: 1.68.2
:grpc-version: 1.69.0
:protoc-version: 3.25.5
:gcf-invoker-version: 1.3.0
// Cannot simply use the name 'hibernate-*-version' here as it somehow gets
Expand Down
2 changes: 1 addition & 1 deletion _versions/main/guides/centralized-log-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ For this you can use the same `docker-compose.yml` file as above but with a diff
input {
tcp {
port => 4560
coded => json
codec => json
}
}
Expand Down
Binary file modified _versions/main/guides/images/oidc-apple-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 _versions/main/guides/images/oidc-apple-10.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 _versions/main/guides/images/oidc-apple-11.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 _versions/main/guides/images/oidc-apple-12.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 _versions/main/guides/images/oidc-apple-13.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 _versions/main/guides/images/oidc-apple-14.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 _versions/main/guides/images/oidc-apple-15.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 _versions/main/guides/images/oidc-apple-16.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 _versions/main/guides/images/oidc-apple-17.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 _versions/main/guides/images/oidc-apple-18.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 _versions/main/guides/images/oidc-apple-19.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 _versions/main/guides/images/oidc-apple-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 _versions/main/guides/images/oidc-apple-20.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 _versions/main/guides/images/oidc-apple-21.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 _versions/main/guides/images/oidc-apple-22.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 _versions/main/guides/images/oidc-apple-3.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 _versions/main/guides/images/oidc-apple-4.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 _versions/main/guides/images/oidc-apple-5.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 _versions/main/guides/images/oidc-apple-6.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 _versions/main/guides/images/oidc-apple-7.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 _versions/main/guides/images/oidc-apple-8.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 _versions/main/guides/images/oidc-apple-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 195 additions & 82 deletions _versions/main/guides/security-keycloak-authorization.adoc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _versions/main/guides/security-openid-connect-providers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This property can be used in `application.properties`, in xref:security-openid-c
[[apple]]
=== Apple

In order to set up OIDC for Apple you need to create a developer account, and sign up for the 99/year program, but you cannot test your application on `localhost` like most other OIDC providers:
In order to set up OIDC for Apple you need to create a developer account, and sign up for the 99$/year program, but you cannot test your application on `localhost` like most other OIDC providers:
you will need to run it over HTTPS and make it publicly accessible, so for development purposes
you may want to use a service such as https://ngrok.com.

Expand Down Expand Up @@ -84,7 +84,7 @@ Enable `Sign in with Apple` and press `Configure`:

image::oidc-apple-12.png[role="thumb"]

Add your domain and return URL (set to `<host>/_renarde/security/oidc-success`) and press `Next`:
Add your domain and return URL (set to `<host>/apple`) and press `Next`:

image::oidc-apple-13.png[role="thumb"]

Expand Down

0 comments on commit 725b57f

Please sign in to comment.