Marek Posolda
ffdb213c45
Clarification on user registration and identity brokering ( #1792 )
...
* Clarification on user registration and identity brokering
Closes #1791
* Update server_admin/topics/login-settings/update-email-workflow.adoc
2023-03-20 08:14:25 +01:00
jbcbezerra
cfb6a45194
Update google.adoc ( #1725 )
...
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-03-20 08:09:46 +01:00
Stian Thorgersen
90ec0c3429
Fix links ( #1802 )
2023-03-20 08:06:58 +01:00
Ben Plotnick
1253fdc01c
Update section heading level ( #1784 )
...
This section is one level lower than it should be
2023-03-20 08:03:09 +01:00
Tobias Larscheid
5086a65ef0
Document scope
option in keycloakjs.init ( #1447 )
...
* Document `scope` option in keycloakjs.init
According to https://github.com/keycloak/keycloak/blob/main/adapters/oidc/js/src/keycloak.js#L151-L153 the scope is read during parsing of the init options. This information was missing from the documentation.
* Update securing_apps/topics/oidc/javascript-adapter.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
* Update securing_apps/topics/oidc/javascript-adapter.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
---------
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-03-17 10:04:31 +01:00
little_pinecone
0237a4766d
KEYCLOAK-8857 Update the Using Spring Boot Configuration
section ( #1347 )
...
* update bean declaration example to explicitly show that it should be declared in a class separate to `KeycloakWebSecurityConfigurerAdapter`
* add explanation to possible `Circular References` problem in Spring Boot 2.6+
* remove unnecessary whitespace
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-03-15 14:11:47 +01:00
Alex Szczuczko
fa2daf53a4
Update migration guide and release notes for ubi9-micro
2023-03-15 09:39:55 +01:00
Alexander Schwartz
2e81fe4cc0
Links to Quickstarts should use attribute ( #1799 )
...
Closes #1798
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-03-14 11:57:28 +01:00
Erik Jan de Wit
b73025b3dd
updated download adapter config ( #1771 )
...
fixes : #1685
2023-03-14 11:57:06 +01:00
Shane Liang
636d47f64a
Update sp_role_mappings_provider_element.adoc ( #1715 )
...
change oro to or
2023-03-14 11:55:57 +01:00
Cathal Geoghegan
252abf87a1
Document how to force refresh access token ( #1720 )
2023-03-13 11:38:14 +01:00
Sergey Krivtsov
edbefcc372
fix script ( #1713 )
2023-03-13 11:25:11 +01:00
Collin Alpert
b895872305
Extend documentation for password reset. ( #1796 )
2023-03-13 11:17:41 +01:00
MrDiba
505d9ef6f0
Changed Jboss datadir to kc.home.dir ( #1794 )
...
Password-blacklist directory is stored at `{kc_home_dir}/data. See https://github.com/keycloak/keycloak/issues/10608
2023-03-13 11:17:11 +01:00
dusklight
08afb954f1
Add Quickstart project links for User Storage SPI ( #1384 )
...
Adding links to the quickstart projects so that they can be easily found by readers.
Based it off from the Authorization Services document where it lists authorization quickstart projects.
2023-03-10 10:07:07 +01:00
tlappe
fc901a6359
Usage of default value in ${...} enclosure
...
Replaces #1132
2023-03-10 09:48:28 +01:00
lpa
9a53c30e6b
add Logout Service SOAP Binding URL in SAML client
...
Closes keycloak/keycloak#16293
2023-03-09 13:00:13 -03:00
AndyMunro
2cd0f34a5c
Add note about export restriction
...
Closes #1762
2023-03-09 12:59:45 -03:00
Stian Thorgersen
1607c1046c
Fix duplicated _internal_external_making_request link ( #1793 )
2023-03-06 09:42:52 +01:00
Pedro Igor
f5a58a7931
Fixing image for direct naked impersonation
...
Closes #16965
2023-03-06 08:59:23 +01:00
Jon Koops
7d2859cffd
Use a valid SemVer format for the SNAPSHOT version ( #1787 )
2023-03-03 11:12:08 +01:00
Marek Posolda
5b75acaec8
Note about old admin console removed in Keycloak 21 ( #1788 )
2023-03-01 11:51:39 +01:00
Erik Jan de Wit
878fd16dd7
removed use of installation tab ( #1778 )
...
* removed use of installation tab
fixes: https://github.com/keycloak/keycloak/issues/17146
* Update securing_apps/topics/docker/docker-overview.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
* Update securing_apps/topics/oidc/java/jboss-adapter.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
* Update server_admin/topics/clients/oidc/con-audience.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
---------
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-02-27 15:04:01 +01:00
Pedro Igor
f5a2330e19
Release notes for standard forward header support ( #1785 )
...
Relates to https://github.com/keycloak/keycloak/issues/11580
2023-02-23 08:23:16 +01:00
Benjamin Eder
def9f54ef0
Restore internal to external token exchange documentation ( #1747 )
...
Restored from commit 0d9a22e643
Closes #1745
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-02-22 18:11:33 +01:00
Ryan Slominski
e424eea65e
SPNEGO Warning ( #1770 )
...
SPNEGO Warning
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-02-22 15:47:43 +01:00
Marek Posolda
2352a7d3ea
Release notes for FIPS 140-2 ( #1783 )
...
* Release notes for FIPS 140-2
Closes #1779
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-02-22 15:46:56 +01:00
Ryan Slominski
fc2337a65d
This should prob say "any" not "all"
2023-02-22 15:38:26 +01:00
Ryan Slominski
e24d2009c7
Rename MANDATORY to REQUIRED
2023-02-22 15:36:48 +01:00
Stian Thorgersen
343c5dc9f8
Add deprecation of Java 11 for server to release notes ( #1780 )
2023-02-22 07:20:30 +01:00
Michal Hajas
89a1fb3aa1
Document deprecating IS_CLIENT_ROLE searchable field ( #1776 )
2023-02-21 15:20:08 +01:00
Stian Thorgersen
2b00735251
Fix link to github.com ( #1781 )
2023-02-21 13:52:15 +01:00
Vlasta Ramik
0945268081
Remove deprecated methods from login-failure
area from user-session
interface ( #1772 )
...
Closes #15053
2023-02-17 13:02:36 +01:00
Michal Hajas
28ca30efc6
Add documentation for SAML SP metadata changes in KC 21 ( #1760 )
2023-02-10 12:07:17 +01:00
Stian Thorgersen
eb2f9e9921
Remove RH-SSO documentation artifacts ( #1768 )
...
* Remove RH-SSO documentation artifacts
* Fixes
* Fix
2023-02-08 15:43:23 +01:00
Stian Thorgersen
4a9ee5cb71
Add removal of old admin console to release notes ( #1767 )
...
Closes #1766
2023-02-08 11:56:40 +01:00
Carlin Scott
1e380ba0f5
remove formatting characters from vault key literal code
2023-01-30 13:58:59 +01:00
Alexander Schwartz
6f27842757
Link now available via https redirect, fixing the external link check
2023-01-26 19:40:00 +01:00
Alexander Schwartz
43a02cb821
Algorithms are not links to click but properties to be set.
...
As external link validation fails due to a redirect to HTTPS, keep them as text.
Follow-up to #1738
2023-01-26 12:57:04 +01:00
foliengriller
04a2d3a98e
Update token-exchange.adoc ( #1719 )
...
Removes typo
2023-01-26 11:01:34 +01:00
Jack
fad5db70cb
Update documentation
2023-01-26 10:40:27 +01:00
Konstantinos Georgilakis
82099ce7f3
Short verification_uri for Device Authorization Request
2023-01-18 08:35:58 +01:00
Pedro Igor
4e2ed62464
Remove Hashicorp Support
...
Relates #9144
2023-01-13 15:52:41 +01:00
mposolda
53fe2a86dc
Some options of SAML IDP were missing in the documentation
...
closes #1743
2023-01-11 18:16:11 +01:00
Réda Housni Alaoui
5ca38aa96b
Document client registration access token rotation executor ( #1736 )
...
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-01-05 20:56:26 +01:00
Marek Posolda
46317fff9c
Deprecate SHA1 based algorithms for SAML signatures ( #1739 )
...
* Deprecate SHA1 based algorithms for SAML signatures
Closes #1738
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-01-05 20:50:09 +01:00
Michael Härtl
858c0a8ae1
Fix full scope toggle procedure
2023-01-05 15:06:44 +01:00
Alexander Schwartz
66cf4ddd94
Metrics changed from SmallRye to Micrometer
...
keycloak/keycloak#15234
2023-01-04 05:08:50 -08:00
Marek Posolda
9c251be1a2
Release notes for Keycloak 20 - OpenBanking UK and FIPS ( #1709 )
...
Closes #1683
2022-10-26 13:09:56 +02:00
Stian Thorgersen
a0926e0022
Updated release notes for Keycloak 20 ( #1712 )
...
* Updated release notes for Keycloak 20
Closes #1711
* Update release_notes/topics/20_0_0.adoc
2022-10-26 11:15:54 +02:00