eclipse-ee4j / eclipse-ee4j/soteria
Error building logoutURI in OpenIdAuthenticationMechanism.logout()
Open
- Dominant language
- Java
- Stars
- 72
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.