Commit graph

2851 commits

Author SHA1 Message Date
Welton Rodrigo Torres Nascimento
9b6644a653
Fix typo in token-exchange.adoc (#1606)
small typo
2022-07-21 12:58:43 +02:00
Simon
5e83c34384
Fix typo (#1608) 2022-07-21 12:58:25 +02:00
andymunro
187f4a711e
Updating OpenShift to 7.6 (#1618) 2022-07-14 12:47:34 -03:00
andymunro
ed80cea2ed
Adding known issue to release notes (#1617) 2022-07-14 12:47:09 -03:00
Martin Bartoš
0303e92e06
Make WebAuthn required actions enabled by default (#1599)
Closes #12723
2022-07-11 15:31:57 +02:00
Alexander Schwartz
b1602114fd
Refactor UserStorageUtil usage. (#1607) 2022-07-07 09:57:23 -03:00
andymunro
fd206367e0
Updating RPM instructions for 7.6 (#1603) 2022-07-01 16:49:53 -03:00
andymunro
abf65719d9
Update OpenShift template versions (#1602) 2022-07-01 16:49:24 -03:00
Václav Muzikář
61d3aa6ec8
Document that 7.6 Operator is compatible with 7.5 Keycloak (#1584) 2022-07-01 16:49:02 -03:00
AndyMunro
472c721d01 Creating SSO 7.6 Release Notes
Closes #1593
2022-07-01 16:48:39 -03:00
AndyMunro
783fb9a357 Update cross-site instructions
Closes #1564
2022-07-01 16:47:57 -03:00
Alexander Schwartz
f8403d68bb Updated migration guide as more methods now throw exceptions.
Related to keycloak/keycloak#12556

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2022-07-01 14:12:48 -03:00
AndyMunro
e3863a4ac3 Update Upgrading Guide for 7.6
Closes #1563
2022-07-01 10:34:44 -03:00
Alexander Schwartz
43e6e0ad87 Updating the migration guide for the extraction of the legacy modules.
Related to keycloak/keycloak#12531
2022-06-29 20:04:30 +02:00
Alexander Schwartz
519265f017 For the product documentation, replace the section identifier as well to retrieve the local filename.
Closes #1589
2022-06-28 09:06:02 -03:00
Joaquim Fellmann
0fddb1a969 Fix duplicate sentences and grammar
Closes #1585
2022-06-28 09:18:12 +02:00
Erik Jan de Wit
c58906ac3f
updated to use new UI (#1578) 2022-06-27 13:47:13 -04:00
Albert Heinle
fadd5ded62 It took me a while to notice this myself
I did change the `onTokenExpired` after the init function, not knowing that this would cause nothing to happen. Hence, I think the extra hint here is helpful.

Ideally, we would have an "updateEvent" function in the keycloak provider.
2022-06-27 08:27:31 -03:00
Tobias Kantusch
15f7b5444a Add note on evaluated permissions when obtaining uma-ticket
Closes #12512
2022-06-24 09:43:57 -03:00
Václav Muzikář
a3be94c70b Deprecate podDisruptionBudget 2022-06-24 09:43:29 -03:00
Alexander Schwartz
6094f2ad1a Adding migration guide for the extraction of the legacy modules.
Related to keycloak/keycloak#10279

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>
2022-06-21 08:53:44 +02:00
rmartinc
198c67fb18 Issue #9194: Client authentication fails when using signed JWT, if the JWA signing algorithm is not RS256 2022-06-06 12:08:23 +02:00
agagancarczyk
0692102ff0
Updated account console chapter #1494 (#1546)
* updated account text

* updated account.adoc

* cleaned up the .adoc

* resized images

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-06-01 14:17:59 -04:00
Stan Silvert
eec1dfa00c
Revert "updated to reflect the new ui (#1531)" (#1551)
This reverts commit f55b704052.
2022-06-01 14:13:14 -04:00
Erik Jan de Wit
f55b704052
updated to reflect the new ui (#1531)
* updated to reflect the new ui

fixes: #1500

* pr review comments
2022-06-01 07:43:49 -04:00
Luca Leonardo Scorcia
dbc7bba5f7 SAML Broker - Add option for SAML IdP Entity ID
See https://github.com/keycloak/keycloak/issues/10982
2022-05-29 14:57:13 +02:00
mposolda
7f910089b9 JavaScript Providers on Java 17
Closes #1536

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2022-05-27 12:30:07 +02:00
Alexander Schwartz
132ffa48ae Add hints for IntelliJ AsciiDoc plugin with attributes to render a nicer preview
Closes #1539
2022-05-25 16:30:23 -03:00
Costas Papastathis
96c0d0c9c8 Additional instructions on spinning up a Node.js server
Update nodejs-adapter.adoc

Removed git instructions

formatting app.use code block

Update securing_apps/topics/oidc/nodejs-adapter.adoc

Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-05-12 10:53:39 -03:00
Réda Housni Alaoui
3a7b13cf45
KEYCLOAK-6455 Ability to require email to be verified before changing (#1511)
Closes #1520
2022-05-09 18:51:26 +02:00
AndyMunro
7047d6f340 Reinstate missing endpoints
auth and backchannel-logout descriptions were missing

Closes #1468
2022-05-04 14:15:29 +02:00
Stian Thorgersen
ed19065077
Remove adapters that are EOL from docs (#1512)
* Remove adapters that are EOL from docs

Closes #1510

* Update securing_apps/topics/oidc/java/servlet-filter-adapter.adoc

* f
2022-05-04 10:28:16 +02:00
AndyMunro
79bbdb4360 Updating OpenShift instructions
Adding a SAN to a self-signed certificate procedure

Close #1465
2022-05-03 16:04:52 -03:00
AndyMunro
586cfe40d6 Revise RPM upgrade
Applying input from support

Closes #1458
2022-05-02 10:58:20 -03:00
AndyMunro
2fc3af6a86 Correcting wrong cross-reference
New link goes to OIDC Auth Flows section

Closes #11582
2022-05-02 09:00:19 -03:00
AndyMunro
ffc7ea0f33 Fix broken cross-references
also update cross-reference format to use the more reliable xref coding

Close #1506
2022-04-26 08:18:52 +02:00
Stian Thorgersen
a4bb712ab9
Update 18_0_0.adoc 2022-04-21 08:49:48 +02:00
Stian Thorgersen
153293a910
Update 18_0_0.adoc 2022-04-21 08:14:37 +02:00
Andrea Peruffo
9f42a09426
Update documentation of operator to support only creation and deletio… (#1402)
* Update documentation of operator to support only creation and deletion of domain objects

* Update server_installation/topics/operator/command-options.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>

* Update server_installation/topics/operator/keycloak-realm-cr.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
2022-04-20 17:17:21 +02:00
Pedro Igor
ed36367f13
Removing upload scripts features (#1462)
Closes #1461
2022-04-20 14:25:22 +02:00
Michal Hajas
3fcd59e82d
KEYCLOAK-19177 Add docs for Allow ECP Flow switch in admin console, including note in release notes (#1455) 2022-04-20 10:08:10 +02:00
Václav Muzikář
1c76abaab9
Operator 18.0.0 release notes (#1475)
* Operator 18.0.0 release notes

* Update release_notes/topics/18_0_0.adoc

Co-authored-by: Stian Thorgersen <stian@redhat.com>

* Update release_notes/topics/18_0_0.adoc

Co-authored-by: Stian Thorgersen <stian@redhat.com>

Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-04-20 09:33:49 +02:00
Dominik Guhr
7f1b39b220
Quarkus Distribution release notes (#1479)
* Quarkus Distribution release notes

Closes #1478

* Update upgrading/topics/keycloak/changes-18_0_0.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>

* Apply suggestions from code review

Co-authored-by: Stian Thorgersen <stian@redhat.com>

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-04-20 09:19:44 +02:00
AndyMunro
181e6776a8 KEYCLOAK-19431 Adding missing links to SAML adapter sections 2022-04-19 15:30:02 +02:00
Stian Thorgersen
b01d8f772a
Updates to release notes for KC 18 (#1477) 2022-04-19 15:29:48 +02:00
Stian Thorgersen
a8d86683f2
Fix links (#1476) 2022-04-19 15:22:29 +02:00
Marcelo Daniel Silva Sales
624e8fe663
Add images and new adoc files about client secret rotation (#1449)
Closes #10610
2022-04-19 13:59:25 +02:00
Andreas Schipplock
cfb676e996
Update initialization.adoc (#1423)
fixed typo
2022-04-19 09:57:24 +02:00
Noam
84c4320731
Fix broken image tag (#1400) 2022-04-19 09:55:54 +02:00
Kohei Tamura
9d45102874
Fix typos (#1401) 2022-04-19 09:54:30 +02:00