keycloak-scim/services
Thomas Darimont 282260dc95 Ensure issued_client_type is always added to successful token-exchange response (#31548)
- Compute issued_token_type response parameter based on requested_token_type and client configuration
- `issued_token_type` is a required response parameter as per [RFC8693 2.2.1](https://datatracker.ietf.org/doc/html/rfc8693#section-2.2.1)
- Added test to ClientTokenExchangeTest that requests an access-token as requested-token-type

Fixes #31548

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2024-07-30 18:33:51 +02:00
..
src Ensure issued_client_type is always added to successful token-exchange response (#31548) 2024-07-30 18:33:51 +02:00
pom.xml Use a default Java version from root POM (#29927) 2024-06-21 14:19:31 +02:00