You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== OAuth 2.0 Support with the OIDC Client filter extension
64
64
65
-
OAuth 2.0 token management is handled by a Quarkus `OidcClient`. To enable this integration, you must add the Quarkus OIDC Client Filter extension to your project as shown in the following examples:
65
+
OAuth 2.0 token management is handled by a Quarkus `OidcClient`. To enable this integration, you must add the Quarkus OIDC Client Filter, and the Quarkus OpenApi Generator OIDC extensions to your project as shown in the following examples:
66
66
67
-
.Example of adding extension using Maven
67
+
.Example of adding extensions using Maven
68
68
[source,text,subs="attributes+"]
69
69
----
70
70
<dependency>
@@ -80,14 +80,35 @@ OAuth 2.0 token management is handled by a Quarkus `OidcClient`. To enable this
80
80
</dependency>
81
81
----
82
82
83
-
.Example of adding extension using `gitops` profile
83
+
.Example of adding extensions using `gitops` profile
84
84
85
85
Ensure that you configure the QUARKUS_EXTENSIONS build argument with the following value when building the workflow image:
The extensions that are added in the `SonataFlowPlatform` CR are included for all the workflows that you deploy in that namespace with the `preview` profile.
0 commit comments