oauth - OAuth2 provider using Spring Security return accesstokens in json; Need to get Token in XML format -
i want write oauth2
provider return access token in xml
not in json
. using spring security (i.e. http://projects.spring.io/spring-security-oauth/docs/oauth2.html) writing oauth2
provider.
i followed tutorials on git not write provider can return response of /oauth/token
in xml
format.
thanks in advance.
this possible adding jaxb filters shown below
Comments
Post a Comment