-
Notifications
You must be signed in to change notification settings - Fork 188
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
Wildfly 10 compatibility ? #46
Comments
I have the same issue. Now I get this as well
|
The project was merged with the Keycloak, and looks like the Picketlink 2016-10-11 19:51 GMT+01:00 mh03r932 [email protected]:
José Henrique Ventura |
I was facing similar problems while using picketlink in Wildfly 10, making PoCs with picketlink quickstarts: https://github.com/jboss-developer/jboss-picketlink-quickstarts/tree/master/picketlink-federation-saml-sp-with-encryption. In particular I had a problem with login module getting this error:
There were two things that helped me find what was going on:
What I did was change login module to: org.picketlink.identity.federation.bindings.jboss.auth.SAML2LoginModule and the quickstart started working. I saw there is a pull request that was merged to update to 2.5.5.SP3 in wildlfy 11: wildfly/wildfly#9087. But ... I saw the latest updated version is 2.5.5.SP8 (Aug/2017) and not 2.7.1.Final (Dec/2015): picketlink federation maven central Then, in this thread https://issues.jboss.org/browse/PLINK-666 it is said that picket link is deprecated since wildfly 9, so it seems that new developments may use keycloak. I finish with other question: Perhaps I am missing some basics, but still I place this question while investigating more. Regards, |
This is more question that belongs to WildFly quickstart repository, but I can summarize what is the current status around QS & picketlink. PL is scheduled to be removed from WildFly at earliest convenience, as such quickstarts containing it ware removed from WildFly quickstarts. |
Thank you for your reply Tomaz! |
What about to use a different IDP (not keycloak) on a wildlfy app? Is the only supported option to install a Keycloak acting as a worker? It does not exist something like a SAML adapter? |
Is there any support for Wildfly 10.
Deploying gives me a module error :
Caused by: org.jboss.modules.ModuleLoadError: org.jboss.common-core:main
at org.jboss.modules.ModuleLoadException.toError(ModuleLoadException.java:74)
at org.jboss.modules.Module.getPathsUnchecked(Module.java:1434)
The text was updated successfully, but these errors were encountered: