Skip to content

Commit

Permalink
Edit Dev Services and UI for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfedh committed Dec 7, 2023
1 parent 7759deb commit 4b0f7e2
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= OpenID Connect (OIDC) and OAuth2 Client and Filters Reference Guide
include::_attributes.adoc[]
:diataxis-type: reference
:categories: security
:topics: security,oidc,client
:extensions: io.quarkus:quarkus-oidc-client
Expand Down Expand Up @@ -1131,7 +1132,7 @@ smallrye.jwt.new-token.audience=http://downstream-resource
smallrye.jwt.new-token.override-matching-claims=true
----

As already noted above, use `AccessTokenRequestFilter` if you work with Keycloak or OpenID Connect Provider, which supports a Token Exchange protocol.
As already noted above, use `AccessTokenRequestFilter` if you work with Keycloak or an OpenID Connect Provider, which supports a Token Exchange protocol.

[[integration-testing-token-propagation]]
=== Testing
Expand Down
Loading

0 comments on commit 4b0f7e2

Please sign in to comment.