security: oauth2: client: accessTokenUri: ${crss.security.url}/oauth/access_token userAuthorizationUri: ${crss.security.url}/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: ${crss.security.url}/user