feat(oauth): document how to reduce the number of login prompts.
diff --git a/oauth/README.md b/oauth/README.md
index bdca93a..4c47103 100644
--- a/oauth/README.md
+++ b/oauth/README.md
@@ -66,6 +66,14 @@
 
 ![screenshot of the welcome page](demo-welcome.png)
 
+### Reducing number of login prompts
+
+For demo purposes the two connections are configured to always prompt the user to log in or select
+an account. The number login prompts can be reduced by removing the "prompt=..." values from the
+`additionalAuthorizationParameters` configuration values defined in [launcher/src/main/features/launcher.json](launcher/src/main/features/launcher.json).
+
+The property can be removed completely if it is empty.
+
 ### Launching without a Makefile
 
 If you do not have make installed you can also manually run following commands: