keycloak-scim/book.json

33 lines
817 B
JSON
Raw Normal View History

2016-05-12 14:20:58 +00:00
{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
"title": "Authorization Services Guide",
2016-05-12 14:20:58 +00:00
"community": true,
"product": false,
"images": "keycloak-images",
"project": {
"name": "Keycloak",
2016-06-23 18:52:11 +00:00
"version": "SNAPSHOT",
"module": "Authorization Services"
},
"external_link": {
"keycloakjsadapter": {
"name": "JavaScript OpenID Connect Adapter",
"link": "https://keycloak.gitbooks.io/securing-client-applications-guide/content/topics/oidc/javascript-adapter.html"
},
"keycloakgettingstarted": {
"name": "Getting Started",
"link": "https://keycloak.gitbooks.io/getting-started-tutorials/content/"
}
2016-05-12 14:20:58 +00:00
}
}
}