spring-attic/spring-cloud-security

Ribbon support to contact the auth server

開放

#61 建立於 2015年4月28日

 (24 則留言) (9 個反應) (0 位負責人)Java (250 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (525 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南