Commit graph

2685 commits

Author SHA1 Message Date
Alcides Mignoso
f110a8efd4
Update token-exchange.adoc (#1186) 2021-11-10 11:34:25 +01:00
jingyang
ec2f7a5ebc
Fix reference to incorrect UMA token type (#1178) 2021-11-10 11:34:08 +01:00
Xiangjiaox
ddc7e6e33d
KEYCLOAK-15015 Extend KeyWrapper to add whole certificate chain in x5c parameter (#1144)
Co-authored-by: Vetle Bergstad <vetle.bergstad@evry.com>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 11:30:27 +01:00
Ticiano Herrera
c58139f56c
fix: typo on kubectl command to get credentials (#1108) 2021-11-10 11:25:09 +01:00
Don Naro
65a294e5b0
sasl mech for Hot Rod client connections (#1102) 2021-11-10 11:24:48 +01:00
adrien-dorsaz
9adb9f3e81
vault: update the CLI commands example for Kubernetes/OpenShift to setup the default-provider attribute (#1048) 2021-11-10 10:02:58 +01:00
dependabot[bot]
52c708a75c
Bump commons-io from 2.5 to 2.7 in /tests (#1160)
Bumps commons-io from 2.5 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 09:53:54 +01:00
Wojciech Trocki
96bab33db1
fix: add information about npm packagage (#1189)
I recieved feedback from customer/users that keycloak client side is widely undocumented, which was surprising.
After checking I found out that in fact for users that use npm there is no documentation provided:

https://www.npmjs.com/package/keycloak-js

This is very rare to see in NPM for package that have such large number of downloads. 
Additionally official docs doesn't mention NPM at all and recommend using js package from server (which is not be best advice if you do CDN's etc.).
Additionally some old bower repo is still 3th result in google and since it has some docs people using it:
https://github.com/keycloak/keycloak-js-bower - worth to remove this as well. 
Added simple note in the docs so hopefully google will position this documentation
2021-11-10 09:52:54 +01:00
marwalsch
09743afbce
Specified encoding parameter for module.xml (#1206) 2021-11-10 09:52:24 +01:00
vadym
be66d69b47
Update read-only-attributes.adoc (#1221) 2021-11-10 09:50:52 +01:00
Daniel Fesenmeyer
0d2afaa0ef
KEYCLOAK-18467 document that realm localization texts now support unicode (#1222) 2021-11-10 09:50:30 +01:00
Rex Peralta
add5788151
Update monitoring-stack.adoc (#1225)
remove extraneous 'that' to fix grammar within the opening paragraph
2021-11-10 09:49:15 +01:00
Paul Podgorsek
e72e9ed1a1
Corrected spelling mistakes (#1224) 2021-11-10 09:48:46 +01:00
Dominik Guhr
99a80954f6
Remove warning when adding OpenShift client via oc create in OCP4 (#1250) 2021-11-10 09:48:26 +01:00
M. Mostafa Farzan
3d7bf376c3
Clarify docker registry config docs (#1226)
* Clarify docker registry config docs

The docs where actually clear, but this additional explanation could save users some time, as some new folks may not know the fact that realm public key is different from the actual SSL key used for HTTP connections.

* Update docker-overview.adoc

Co-authored-by: Stian Thorgersen <stian@redhat.com>
2021-11-10 09:47:59 +01:00
dmprocha
a62dfc5b07
Update spring-security-adapter.adoc (#1231)
Add missing word
2021-11-10 09:46:47 +01:00
Luigi Bertaco Cristofolini
6ec35d7dd0
Add example for UPDATE_PASSWORD login action (#1243) 2021-11-10 09:45:56 +01:00
Simon Legner
c6d5af8675
java-adapter-config: fix JSON indentation (#1245)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 09:45:32 +01:00
minusdavid
26a43a7472
Add Java 11 option and change JDK to JRE (#1246)
Keycloak can be run with Java 8 or Java 11, and the system requirements should reflect this.

Also, a full JDK isn't needed to run Keycloak. Only a JRE is required when using one of the pre-compiled artifacts.
2021-11-10 09:43:31 +01:00
Mohamad
fdf3a299da
Fix wrong constructor name (#1272) 2021-11-10 09:43:10 +01:00
Stu Tomlinson
47045aedcc
Minor JavaScript Adapter Reference wording cleanup (#1154) 2021-11-10 09:41:47 +01:00
Tjeu Kayim
eda1b497c4
Translate German/Dutch "geheim" to "secret" (#1139) 2021-11-10 09:12:12 +01:00
Mikail
836c8afe72
Fix typos (#1119) 2021-11-10 09:03:05 +01:00
Alexey Palazhchenko
ac6d4e1e6c
Sync the number with other parts of the document (#1044)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 09:01:37 +01:00
Stian Thorgersen
6e03cbd10d
Update jdbc.adoc (#1291)
* Update jdbc.adoc

* Update jdbc.adoc
2021-11-10 08:58:57 +01:00
Dustin Frank
4f1cd3077f
Fix (#1042)
Co-authored-by: stianst <stianst@gmail.com>
2021-11-10 08:57:46 +01:00
kinrany
46e1f9d742
Fix a typo in auth-services-overview.adoc (#1023) 2021-11-10 08:43:49 +01:00
Oliver Nietlispach
4d43128465
Replaced deprecated CredentialModel.PASSWORD (#1014)
According to the JavaDoc in the code, CredentialModel.PASSWORD is deprecated, instead, PasswordCredentialModel.TYPE should be used.
2021-11-10 08:43:10 +01:00
Ludovic Dussart
c47ba98b52
KEYCLOAK-14795: getCredentialTypeMetadata take one arg (#980)
* KEYCLOAK-14795: getCredentialTypeMetadata take one arg

* docs: pr review

* fix: pr review
2021-11-10 08:38:31 +01:00
Ludovic Dussart
641941ac3f
KEYCLOAK-14794: deleteCredential should return boolean (#979) 2021-11-10 08:37:14 +01:00
shinny-libinbin
67db06dba2
config error when using domain mode (#905)
change keystore-relative-to=jboss.server.config.dir to keystore-relative-to=jboss.domain.config.dir if using domain mode.
2021-11-10 08:32:01 +01:00
Jonathan Vila
71a78c0e80
KEYCLOAK-19145 remove POSTGRES_HOST and improve docs on intermediate db service 2021-11-10 08:23:33 +01:00
AndyMunro
1c5327bbf4 KEYCLOAK-19800 Fixing attribute used in API documentation 2021-11-10 06:37:36 +01:00
Jonathan Vila
7cfaaebd86 KEYCLOAK-19144 [PR] fixed broken links 2021-11-08 15:00:24 +01:00
Jonathan Vila
e5ec4c036d KEYCLOAK-19144 [PR] fixed missing variables 2021-11-08 15:00:24 +01:00
Jonathan Vila
ff8f99280f KEYCLOAK-19144 [PR] fixed broken link for master->main 2021-11-08 15:00:24 +01:00
Jonathan Vila
4e4b68317f KEYCLOAK-19144 [PR] fixed broken link for master->main 2021-11-08 15:00:24 +01:00
Jonathan Vila
9d82b8bd53 KEYCLOAK-19144 [PR] dummy change to force rebuild 2021-11-08 15:00:24 +01:00
Jonathan Vila
8345ce8a55 KEYCLOAK-19144 [PR] dummy change to force rebuild 2021-11-08 15:00:24 +01:00
Jonathan Vila
b6dba27c1e KEYCLOAK-19144 [PR] fixing broken links 2021-11-08 15:00:24 +01:00
Jonathan Vila
45368fad68 KEYCLOAK-19145 [PR] removing the block of install by command on RHSSO, not only the link 2021-11-08 15:00:24 +01:00
Jonathan Vila
3b2eb5c783 KEYCLOAK-19544 [PR] hide command line installation only from rhsso 2021-11-08 15:00:24 +01:00
Jonathan Vila
163a6f46f5 KEYCLOAK-19144 remove "Installing from the command line" chapter 2021-11-08 15:00:24 +01:00
AndyMunro
fa8dd4a7df CIAM-1256 Correcting heading to say Assigning 2021-11-08 14:49:18 +01:00
kikkauz
1103fb87a5 typo in the package folder structure
In the package folder structure, it's "themes" and not "theme"
2021-11-08 14:48:50 +01:00
stianst
e037b1e768 KEYCLOAK-19785 Add GitHub issue forms to repositories 2021-11-08 11:44:04 +01:00
Stian Thorgersen
7ee8f3d6e3
Update maven.yml 2021-11-05 11:36:42 +01:00
Luca Leonardo Scorcia
21d73659ca KEYCLOAK-19491 Restore corrupted merge from commit c2fdee2d2d 2021-10-21 08:30:48 +02:00
Pedro Igor
b14f1bf1d5 [KEYCLOAK-17653] - Front-channel logout 2021-10-21 08:28:53 +02:00
stianst
29b0fb95c6 Remove getting started guide in community 2021-10-20 10:42:01 +02:00