Add token-info-uri property to Skipper and SCDF yml files

* polish README
This commit is contained in:
Gunnar Hillert
2019-01-29 22:06:18 -10:00
parent 21edb09e7a
commit 28732bd86b
3 changed files with 8 additions and 6 deletions

View File

@@ -7,13 +7,13 @@ This repository provides an embedded LDAP server, powered by
https://directory.apache.org/[Apache Directory Server] (ApacheDS) and Spring Boot, running on *port 40000*
with pre-configured users. In this example we will use 2 users.
First user with all roles:
*First user* with all roles:
- username: marlene
- password: supersecret
- assigned LDAP groups: *view*, *create*, *manage*
Second user with view and manage roles only:
*Second user* with view and manage roles only:
- username: joe
- password: joespassword
@@ -52,8 +52,8 @@ for an easier startup experience:
----
$ git clone https://github.com/ghillert/uaa-bundled.git
$ cd uaa-bundled
$ export CLOUD_FOUNDRY_CONFIG_PATH=/path/to/dev/ldap-uaa-example
$ ./mwnw clean package
$ export CLOUD_FOUNDRY_CONFIG_PATH=/path/to/dev/security-ldap-uaa-example
$ ./mvnw clean package
$ java -jar target/uaa-bundled-1.0.0.BUILD-SNAPSHOT.jar
----

View File

@@ -6,4 +6,5 @@
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
resource:
user-info-uri: http://dataflow.local:8080/uaa/userinfo
user-info-uri: http://dataflow.local:8080/uaa/userinfo
token-info-uri: http://dataflow.local:8080/uaa/check_token

View File

@@ -6,4 +6,5 @@ security:
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
resource:
user-info-uri: http://dataflow.local:8080/uaa/userinfo
user-info-uri: http://dataflow.local:8080/uaa/userinfo
token-info-uri: http://dataflow.local:8080/uaa/check_token