Commit graph

129 commits

Author SHA1 Message Date
Bill Burke
c5b72464cb migrate docs 2014-10-29 16:04:46 -04:00
Bill Burke
0183ac43bc aud should be client-id, issuer should be realm 2014-10-29 15:56:25 -04:00
Bill Burke
c660be7bbb tomcat7 docbook 2014-10-29 14:48:10 -04:00
Stian Thorgersen
8c2d4812b0 KEYCLOAK-763
Document reverse proxy setup on AS7/EAP
2014-10-29 14:02:16 +01:00
Bill Burke
12e2a4698d idp descriptor 2014-10-28 12:49:31 -04:00
Bill Burke
e5934e9d54 saml docs 2014-10-28 12:16:54 -04:00
mposolda
b1cfedb488 KEYCLOAK-740 Documentation of adapters clustering 2014-10-27 23:41:36 +01:00
Bill Burke
5fa5379f81 document saml 2014-10-22 15:18:24 -04:00
Stian Thorgersen
cf94f4f84a KEYCLOAK-744 Document view-event and manage-event roles 2014-10-13 14:02:20 +02:00
Heiko W. Rupp
3d4ef91bf1 Update adapter-config.xml
Fix some minor typos in the json, Otherwise it is invalid.

Also deploying in the keycloak 1.0.1 appliance, the line

"cors-allowed-methods" : [ "POST", "PUT", "DELETE", "GET" ],

makes parsing fail with 

11:19:10,121 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-server.default-host./rhq-metrics" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./rhq-metrics: Failed to start service
    Caused by: java.lang.RuntimeException: org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.lang.String out of START_ARRAY token
 at [Source: java.io.BufferedInputStream@1605c2fe; line: 9, column: 24] (through reference chain: org.keycloak.representations.adapters.config.AdapterConfig[\"cors-allowed-methods\"])
    Caused by: org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.lang.String out of START_ARRAY token
 at [Source: java.io.BufferedInputStream@1605c2fe; line: 9, column: 24] (through reference chain: org.keycloak.representations.adapters.config.AdapterConfig[\"cors-allowed-methods\"])"}}
2014-10-07 11:21:15 +02:00
Stian Thorgersen
f702d8f1ff KEYCLOAK-730 Document clustering 2014-10-06 13:58:32 +02:00
Stian Thorgersen
1d66bd9c15 KEYCLOAK-729
Update themes documentation
2014-10-03 14:11:03 +02:00
Bill Burke
546d45b009 protocol abstraction 2014-10-01 10:38:42 -04:00
Christos Vasilakis
6d3aaa0560 fix docbook link 2014-09-24 12:58:18 +03:00
Bill Burke
ef60e17641 security vulnerability doc 2014-09-19 11:35:15 -04:00
Bill Burke
53943f8246 KEYCLOAK-705 2014-09-19 11:03:08 -04:00
Stian Thorgersen
423dc1b8a7 Change version schema to match JBoss 2014-09-12 09:35:08 +02:00
Stian Thorgersen
5dea07793b Version bump 2014-09-11 09:27:58 +02:00
Bill Burke
3f539c6d5c version bump 2014-09-09 13:34:56 -04:00
Bill Burke
d22afd78e6 Merge pull request #675 from patriot1burke/master
doc update
2014-09-08 09:09:07 -04:00
Bill Burke
f1986093e6 doc update 2014-09-08 09:07:51 -04:00
Stian Thorgersen
ae6fd458e8 Minor fixes to theme docs 2014-09-08 14:59:09 +02:00
Stian Thorgersen
556314ae15 Typo fix in docs 2014-09-08 10:24:47 +02:00
Stian Thorgersen
1599371ee5 Updates to server-installation docs 2014-09-03 10:13:05 +02:00
Stian Thorgersen
7d4863783c Use keycloak-parent in docbook to inherit project version 2014-09-02 13:57:23 +02:00
Stian Thorgersen
d87718f768 Inject project version from pom 2014-09-02 13:22:15 +02:00
Stian Thorgersen
b43909aff1 Doc fix 2014-09-02 12:52:22 +02:00
Stian Thorgersen
05a1fc1ded Version bump 2014-09-01 10:17:00 +02:00
Stian Thorgersen
3bfe3d256e Rename audit to events 2014-08-28 10:56:37 +02:00
Stian Thorgersen
55bd889a0f KEYCLOAK-531 Reduce info level logging 2014-08-27 11:17:24 +02:00
mposolda
688f4a07a3 Added docs about sync of users 2014-08-25 17:17:32 +02:00
Bill Burke
7c8edb5d11 bump pom 2014-08-21 10:46:49 -04:00
Bill Burke
e5d5276135 race 2014-08-20 14:50:28 -04:00
Bill Burke
6f38a02aaa SSL mode docs 2014-08-20 14:37:15 -04:00
Bill Burke
30147ce25a import doc 2014-08-20 13:32:14 -04:00
Bill Burke
7dec0319b6 doc ix 2014-08-20 13:26:57 -04:00
Bill Burke
3dd52e8b28 doc touchup 2014-08-19 15:10:32 -04:00
Bill Burke
80904209b3 KEYCLOAK-627 2014-08-18 11:55:27 -04:00
Bill Burke
8b1483d7ef docs 2014-08-18 10:48:28 -04:00
Bill Burke
cfee00d4c5 fix relative uri problem 2014-08-14 11:01:04 -04:00
Bill Burke
dc4e8603d7 change logout behavior 2014-08-08 18:33:37 -04:00
mposolda
f8667cdb38 Update documentations for JPA and Mongo 2014-08-07 12:23:46 +02:00
mposolda
915701106c KEYCLOAK-618 Remove org.bouncycastle from jboss-modules-structure.xml as it's in auth-server.war 2014-08-07 10:32:26 +02:00
Bill Burke
e04af84ac0 bump version 2014-08-06 09:00:23 -04:00
Bill Burke
905061e2b7 bump version 2014-08-05 20:52:50 -04:00
Bill Burke
f9f53a3355 docbook change 2014-08-05 20:31:20 -04:00
Bill Burke
ab08ac8ad4 Merge remote-tracking branch 'upstream/master' 2014-08-05 20:29:02 -04:00
Bill Burke
cc14a3b288 rename token settings menu to timeout settings 2014-08-05 17:28:20 -04:00
mposolda
1f3db436d8 Updating documentation for export/import 2014-08-05 20:28:53 +02:00
Bill Burke
3746bf28a1 migration doc 2014-08-04 16:26:13 -04:00