spring-social & spring-security-oauth
I have a problem with the integration of spring-social & spring-security-oauth. After authorisation my OAuth2Template gets the code from spring-security-oauth server and sends a postForAccessGrant to the spring-security-oauth application. But this ends in a 406 Not Acceptable.
Does anyone have I idea where I should search the bug? Is this more depending on spring-social or spring-security-oauth?
Does anyone (e.g. Craig Walls) has a working spring-social integration example with spring-security-oauth?