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
As far as I can see, the OIDC package is pretty well isolated and does not depend on other internal Soteria classes (except for org.glassfish.soteria.Utils). Wouldn't it be possible to extract this module into its own artifact so that it can be embedded directly into the application? I'm using the version of Soteria that comes with my application server (JBoss EAP) and I don't know when it will be updated with a version of Soteria that contains OIDC.
The text was updated successfully, but these errors were encountered:
Well, I tried to use the payara openid-standalone on JBoss EAP but it fails (probably) because of this line. I am redirected in a loop to /org.jboss.resteasy.specimpl.ResteasyUriBuilder@XXX. The authUrl should be built using UriBuilder.build() instead of toString().
As far as I can see, the OIDC package is pretty well isolated and does not depend on other internal Soteria classes (except for
org.glassfish.soteria.Utils
). Wouldn't it be possible to extract this module into its own artifact so that it can be embedded directly into the application? I'm using the version of Soteria that comes with my application server (JBoss EAP) and I don't know when it will be updated with a version of Soteria that contains OIDC.The text was updated successfully, but these errors were encountered: