10 lines
239 B
JSON
10 lines
239 B
JSON
|
{
|
||
|
"realm" : "demo",
|
||
|
"resource" : "jaas",
|
||
|
"bearer-only" : true,
|
||
|
"auth-server-url" : "http://localhost:8180/auth",
|
||
|
"ssl-required" : "external",
|
||
|
"use-resource-role-mappings": false,
|
||
|
"principal-attribute": "preferred_username"
|
||
|
}
|