I am trying to implement Spring Security's OAuth2 Authorization Server. When attempting to access the token endpoint (/oauth/token) I get a 404. I assume there is something I am missing, but for the life of me, I can't see it.I am trying to implement Spring Security's OAut