keycloak-scim/examples/broker/twitter-authentication/src/main/webapp/keycloak.json

8 lines
178 B
JSON
Raw Normal View History

{
"realm" : "twitter-identity-provider-realm",
"resource" : "twitter-authentication",
"auth-server-url": "/auth",
"ssl-required" : "external",
"public-client" : true
}