spring-attic/spring-cloud-security

Ribbon support to contact the auth server

Open

#61 ouverte le 28 avr. 2015

Voir sur GitHub
 (24 commentaires) (9 réactions) (0 assignés)Java (250 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (525 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur