Stian Thorgersen
Stian Thorgersen
### Description Keycloak 18 was updated to follow the RP initiated logout specification, deprecating the support for the legacy `redirect_uri` parameter on the logout endpoint. Support for this backwards compatibility...
### Description Add a documentation dist archive that contains the built documentation. This can then be uploaded to GitHub releases as part of a release. ### Discussion _No response_ ###...
### Description Integration tests and GitHub actions, as well as steps within quickstarts needs to be updated to use the Quarkus distribution. ### Discussion _No response_ ### Motivation _No response_...
### Description On push to release branches (for example 19.0) we need at least Cypress testing to run, using Keycloak built from the applicable release branch (for example 19.0) instead...
### Describe the bug  ``` Error: Missing ":type" param at invariant (index.45e0041d.js:63:5070) at index.45e0041d.js:63:3248 at String.replace () at generatePath (index.45e0041d.js:63:3222) at toMapper$1 (index.45e0041d.js:90:145622) at detailLink (ClientScopeForm.50a59b96.js:1:8429) at Object.t [as...
### Description As a first pass when migrating the testing to using the Quarkus distribution some tests where disabled. See https://github.com/keycloak/keycloak-quickstarts/pull/355/files#diff-8902b2f17efc6ce59c23e4b9b4a2ec63d0a75b95eb642db2de7d4afb843a00b9 for the list of tests that are disabled and...
### Description The QuickStarts documentation should be updated to target the new Quarkus based distribution. At the same time it would make sense to remove '/auth' from the Keycloak URLs...
JavaMail 1.0 specifications has hostname validation of certificates disabled by default [1]. This is a very insecure default configuration, and opposite to what would be expected as a default. As...
I've tried running oicc.py, but I get the the following error: ``` [root@17c02cdb10be op_config]# cd /opt/jboss/oictest/op_config/ [root@17c02cdb10be op_config]# ./nov.py | oicc.py -J - -H host -i 'mj-00' Traceback (most recent...
After a scenario is executed Gatling will print: ``` Please open the following file: ``` This is inconvenient as it requires copy/pasting the path into the system browser. If it...