Skip to content

Commit

Permalink
Mark oidc-client and oidc-client-filter as stable and update descript…
Browse files Browse the repository at this point in the history
…ions for all OIDC extensions
  • Loading branch information
sberyozkin committed Sep 6, 2021
1 parent 6378db0 commit 61ef8d8
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file modified docs/src/main/asciidoc/images/dev-ui-oidc-card.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/dev-ui-oidc-keycloak-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion extensions/oidc-client-filter/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-oidc-client-filter</artifactId>
<name>Quarkus - OpenID Connect Client Filter - Runtime</name>
<description>Use JAX-RS client filter to get and refresh the access tokens and set them as HTTP Authorization Bearer values</description>
<description>Use JAX-RS Client filter to get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ metadata:
guide: "https://quarkus.io/guides/security-openid-connect-client"
categories:
- "security"
status: "preview"
status: "stable"
config:
- "quarkus.oidc-client."
2 changes: 1 addition & 1 deletion extensions/oidc-client-reactive-filter/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-oidc-client-reactive-filter</artifactId>
<name>Quarkus - OpenID Connect Client Reactive Filter - Runtime</name>
<description>Use Reactive RestClient filter to get and refresh the access tokens and set them as HTTP Authorization Bearer values</description>
<description>Use Reactive RestClient filter to get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/oidc-client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-oidc-client</artifactId>
<name>Quarkus - OpenID Connect Client - Runtime</name>
<description>Use OpenID Connect Client to get and refresh access tokens</description>
<description>Get and refresh access tokens from OpenID Connect providers</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
guide: "https://quarkus.io/guides/security-openid-connect-client"
categories:
- "security"
status: "preview"
status: "stable"
config:
- "quarkus.oidc-client."
- "quarkus.oidc."
2 changes: 1 addition & 1 deletion extensions/oidc-token-propagation/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-oidc-token-propagation</artifactId>
<name>Quarkus - OpenID Connect Token Propagation - Runtime</name>
<description>Use JAX-RS client filter to propagate the current access token as HTTP Authorization Bearer value</description>
<description>Use JAX-RS Client filter to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/oidc/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-oidc</artifactId>
<name>Quarkus - OpenID Connect Adapter - Runtime</name>
<description>Secure your applications with OpenID Connect Adapter</description>
<description>Verify Bearer access tokens and authenticate users with Authorization Code Flow</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 61ef8d8

Please sign in to comment.