Marek Posolda
Marek Posolda
…fail during migration closes #30364
…Action is disabled or unavailable closes #30204 - Make sure that `removeable` returned in `CredentialTypeMetadata` is false when the `Delete Credential` required action is disabled or unavailable - Hide the...
### Description Could we improve the `KEYCLOAK_SESSION` cookie to not contain sessionId in plain-text? This can be considered as possible hardening. Could be nice especially due the fact that `KEYCLOAK_SESSION`...
This is similar to the task https://github.com/keycloak/keycloak-web/issues/528 , but for node.js release instead of keycloak-client. The point is to have workflow in keycloak-web, which would increase the version of node.js...
Discussed this on the meeting. Current idea is to create GH action workflow in keycloak-web, which will: - Update the keycloak-client version in pom.xml. See some details about this in...
### Description OID4VCI Blog post (Explain verifiable credential, how Keycloak fit in, what Keycloak solve in VC ecosystem, potential demo with playground/youtube, etc.)
closes #44206 Marking as draft as it is blocked by the other PR for #44152 (commits from that PR included in this PR as well for now). Just the last...
### Before reporting an issue - [x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...
### Description There are some utilities in the OID4VC related code, which uses `Instant.now()` for retrieve current timestamp. Can we try to use `Time.currentTime()` instead of it to make it...
### Description This task is about enabling DPoP for the Keycloak admin console. Ideal is, if DPoP is enabled by default similarly like PKCE is already enabled. Pre-requisite to this...