From 3cb654982f14886a37e3df0c57a2bd302bf47dba Mon Sep 17 00:00:00 2001 From: haskal Date: Mon, 3 Jun 2019 01:06:03 -0400 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5887e..e0cee4a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Create a new client, type openid-connect Insert details into script: - client_id: the client ID you created - client_secret: from credentials tab in keycloak - - token_url: https:///auth/realms//protocol/openid-connect/token + - token_url: https://[yourinstance.tld]/auth/realms/[your-realm]/protocol/openid-connect/token ## Install to INN2 ## Ensure requirements are installed.