-
1. Re: Does WildFly support SPNego Authetication?
123erox Apr 28, 2014 7:59 AM (in response to vitor.moutela)I've got the same problem. If you have already solved it, give answer, please.
-
2. Re: Does WildFly support SPNego Authetication?
vitor.moutela Jul 11, 2014 7:42 AM (in response to 123erox)Wildfly 8 doesn´t support every auth mechanism. Take a look at [WFLY-2553] Enable SPNEGO Authentication - JBoss Issue Tracker.
I'm using a workaround based on http://spnego.sourceforge.net/ servlet's filter.
-
3. Re: Does WildFly support SPNego Authetication?
mdamnjan Jul 14, 2014 8:00 AM (in response to vitor.moutela)Dear Vitor,
Please, could you give us more details regarding workaround on WildFly? Where to install downloaded spnego.jar, which web.xml has to be updated (web.xml from application or some other on WildFly)? Also, I would appreciate if you send us your security-domain configuration on your WildFly.
Thank you a lot in advance.
-
4. Re: Does WildFly support SPNego Authetication?
dastraub Sep 28, 2014 5:35 PM (in response to mdamnjan)Hello
I also can't until wildfly SPNEGO has integrated, so I wrote an authenticator based on the library from spnego.sourceforge.net.
see https://github.com/dstraub/spnego-wildfly
The difference with the servlet listener approach - it is more integrated into the container security (the servlet listener does authentication through each request).
But it's a little bit simplified, because we get hopefully a full solution with the next wildfly release ...
-
5. Re: Does WildFly support SPNego Authetication?
bryanmcguire Oct 14, 2014 3:20 PM (in response to dastraub) -
6. Re: Does WildFly support SPNego Authetication?
ctomc Oct 15, 2014 3:08 PM (in response to dastraub)Daniel,
would you be interested into moving / maintaining your spnego auth impl for wildfly on
wildfly-extras repository wildfly-extras · GitHub that is meant cases just like this,
where people from community can have common place for "unofficial" addons to WildFly.
Basically a common place for code maintained by community for community.
it also allows you to publish binary artifacts if you desire to do so, which can be read about here Wildfly Extras Repository
--
tomaz
-
7. Re: Does WildFly support SPNego Authetication?
dastraub Oct 20, 2014 7:10 AM (in response to ctomc)Hi Tomaz
thanks for the invitation, I'll do this in the next days (if I find some time slots ).
-
8. Re: Does WildFly support SPNego Authetication?
mdamnjan Oct 30, 2014 12:08 PM (in response to dastraub)Hello Daniel,
Thank you so much!
Cheers!
-
9. Re: Does WildFly support SPNego Authetication?
patgal Sep 7, 2015 7:37 AM (in response to ctomc)Hello,
Do you share your code in Jboss repository? Index of fenix/de/ctrlaltdel this folder is empty. This code exist in other repository?
Cheers!