I'm looking for some help configuring the TokenLoginModule with Spring Security and I'm hoping someone has some sample code or documentation to share.
I have added the TokenLoginModule using the spring DefaultJaasAuthenticationProvider & InMemoryConfiguration however I'm getting this error on startup and I'm not sure how to get past it. authorityGranters cannot be null or empty A second question, if I wanted to use a REST service endpoint for login how can I create a new Token, for future requests, since the TokenProvider class is not public. Thanks, --mike
