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

贡献者指南