Re: Spring OAuth2 - tokenInfoUri


Bryan Perino
 

Figured it out. I needed to define more information in my application.yml. Namely, the client information

security:
oauth2:
client:
clientId: myId
clientSecret: my-secret
resource:
userInfoUri: http://localhost:8080/uaa/userinfo
tokenInfoUri: http://localhost:8080/uaa/check_token
preferTokenInfo: true

Join cf-dev@lists.cloudfoundry.org to automatically receive all group messages.