spring-attic/spring-cloud-security

Ribbon support to contact the auth server

Open

#61 opened on 2015年4月28日

GitHub で見る
 (24 comments) (9 reactions) (0 assignees)Java (525 stars) (250 forks)batch import
enhancementhelp wanted

説明

it would be great if I could replace localhost:9999 with the name of the eureka service id

spring:
  application:
    name: ui-service
  oauth2:
    sso:
      home:
        secure: false
        path: /,/**/*.html
    client:
      accessTokenUri: http://localhost:9999/uaa/oauth/token
      userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize
      clientId: acme
      clientSecret: acmesecret

コントリビューターガイド