Skip to content

Commit 2689ada

Browse files
authored
Update README.md
1 parent f4bf76d commit 2689ada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ A successful sign in would result in the display of a JSON document like this on
5050
{
5151
"options": {
5252
"client_id": "debugger",
53-
"discovery": "http:\/\/192.168.1.10:8081\/auth\/realms\/master\/.well-known\/openid-configuration",
53+
"discovery": "http:\/\/192.168.1.10:8081\/realms\/master\/.well-known\/openid-configuration",
5454
"redirect_uri": "http:\/\/localhost:8080\/login",
5555
"ssl_verify": "no",
5656
"client_secret": "835e0717-e0c8-4b57-b044-295fa0e3f61b"
5757
},
5858
"id_token": {
5959
"azp": "debugger",
6060
"iat": 1590619714,
61-
"iss": "http:\/\/192.168.1.10:8081\/auth\/realms\/master",
61+
"iss": "http:\/\/192.168.1.10:8081\/realms\/master",
6262
"aud": "debugger",
6363
"nonce": "1e23537bb06f2b4e324d12d8d51f2c6b",
6464
"exp": 1590619774,

0 commit comments

Comments
 (0)