Add token-info-uri property to Skipper and SCDF yml files
* polish README
This commit is contained in:
@@ -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*
|
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.
|
with pre-configured users. In this example we will use 2 users.
|
||||||
|
|
||||||
First user with all roles:
|
*First user* with all roles:
|
||||||
|
|
||||||
- username: marlene
|
- username: marlene
|
||||||
- password: supersecret
|
- password: supersecret
|
||||||
- assigned LDAP groups: *view*, *create*, *manage*
|
- assigned LDAP groups: *view*, *create*, *manage*
|
||||||
|
|
||||||
Second user with view and manage roles only:
|
*Second user* with view and manage roles only:
|
||||||
|
|
||||||
- username: joe
|
- username: joe
|
||||||
- password: joespassword
|
- password: joespassword
|
||||||
@@ -52,8 +52,8 @@ for an easier startup experience:
|
|||||||
----
|
----
|
||||||
$ git clone https://github.com/ghillert/uaa-bundled.git
|
$ git clone https://github.com/ghillert/uaa-bundled.git
|
||||||
$ cd uaa-bundled
|
$ cd uaa-bundled
|
||||||
$ export CLOUD_FOUNDRY_CONFIG_PATH=/path/to/dev/ldap-uaa-example
|
$ export CLOUD_FOUNDRY_CONFIG_PATH=/path/to/dev/security-ldap-uaa-example
|
||||||
$ ./mwnw clean package
|
$ ./mvnw clean package
|
||||||
$ java -jar target/uaa-bundled-1.0.0.BUILD-SNAPSHOT.jar
|
$ java -jar target/uaa-bundled-1.0.0.BUILD-SNAPSHOT.jar
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,5 @@
|
|||||||
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
|
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
|
||||||
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
|
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
|
||||||
resource:
|
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
|
||||||
@@ -6,4 +6,5 @@ security:
|
|||||||
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
|
access-token-uri: http://dataflow.local:8080/uaa/oauth/token
|
||||||
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
|
user-authorization-uri: http://dataflow.local:8080/uaa/oauth/authorize
|
||||||
resource:
|
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
|
||||||
Reference in New Issue
Block a user