security: oauth2: client: accessTokenUri: ${security.server.url:http://localhost:8080}/uaa/oauth/access_token userAuthorizationUri: ${security.server.url:http://localhost:8080}/uaa/oauth/authorize clientId: crss clientSecret: crsssecret authorized-grant-types: authorization_code,refresh_token,password scope: openid access-token-validity-seconds: 3600 resource: filter-order: 3 userInfoUri: ${security.server.url:http://localhost:8080}/uaa/user