-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quarkus-oidc: logout.path does not honor root-path #25045
Comments
/cc @pedroigor, @sberyozkin |
@sberyozkin Can you take a look in this issue. This seems to be a similar case as #24728. Thanks. |
@mschorsch I'm not sure how to address this issue yet, It needs to be discussed more |
@mschorsch I'm sorry but I'm going to close this issue for now. Please prepend I've also opened #25144 to revert the #24728 fix - it is my fault I have not thought it through carefully. I've also started a discussion at https://groups.google.com/g/quarkus-dev/c/_5QU2yMxHCw, you are welcome to contribute to it. Perhaps we can work out a simple uniform mechanism to make the prepending happening under the hood across all the extensions similarly to what David Lloyd suggests. |
@mschorsch I've opened an issue to track it, #25154, I'm not sure when I'll look at it, but it will be tracked, thanks |
Describe the bug
If the
quarkus.http.root-path
is changed, this is not taken into account when specifyingquarkus.oidc.logout.path
.see also #24728
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.8.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven
Additional information
No response
The text was updated successfully, but these errors were encountered: