Skip to content
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

Error building logoutURI in OpenIdAuthenticationMechanism.logout() #367

Open
mlarue opened this issue Nov 8, 2023 · 2 comments
Open

Error building logoutURI in OpenIdAuthenticationMechanism.logout() #367

mlarue opened this issue Nov 8, 2023 · 2 comments

Comments

@mlarue
Copy link

mlarue commented Nov 8, 2023

In line https://github.com/eclipse-ee4j/soteria/blob/master/impl/src/main/java/org/glassfish/soteria/mechanisms/OpenIdAuthenticationMechanism.java#L468 logoutURI.toString() is called what returns something like org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@7de5465f.

Instead logoutURI.build().toString() should be called.

@JSurf
Copy link

JSurf commented Jul 12, 2024

Came the same issue, created a pull request for the wildfly fork of soteria:
wildfly-security/wildfly-elytron-ee#34

Should be fixed here as well

@arjantijms
Copy link
Contributor

Oops, I somehow missed that one. Thanks for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants