From dc0ca22f5e636fde5233a92785e9cf4c320afbcf Mon Sep 17 00:00:00 2001 From: Josh Long Date: Wed, 27 Oct 2021 12:32:36 -0700 Subject: [PATCH] Update README.adoc --- samples/boot/oauth2-integration/README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/boot/oauth2-integration/README.adoc b/samples/boot/oauth2-integration/README.adoc index 07d32964..05f9ac2a 100644 --- a/samples/boot/oauth2-integration/README.adoc +++ b/samples/boot/oauth2-integration/README.adoc @@ -2,6 +2,8 @@ This sample integrates `spring-security-oauth2-client` and `spring-security-oauth2-resource-server` with *Spring Authorization Server*. +The username is `user1` and the password is `password`. + == Run the Sample * Run Authorization Server -> `./gradlew -b samples/boot/oauth2-integration/authorizationserver/spring-security-samples-boot-oauth2-integrated-authorizationserver.gradle bootRun`