2014-01-13 17:04:02 +00:00
|
|
|
{
|
|
|
|
"resource" : "third-party",
|
2014-01-13 22:07:36 +00:00
|
|
|
"auth-url" : "http://localhost:8080/auth/rest/realms/demo/tokens/login",
|
|
|
|
"code-url" : "http://localhost:8080/auth/rest/realms/demo/tokens/access/codes",
|
2014-01-13 17:04:02 +00:00
|
|
|
"ssl-not-required" : true,
|
|
|
|
"credentials" : {
|
|
|
|
"password" : "password"
|
|
|
|
},
|
|
|
|
"scope": {
|
|
|
|
"realm": [ "user" ]
|
|
|
|
}
|
|
|
|
}
|