keycloak-scim/services
t0xicCode 822c13ff6f Switch Trusted Host policy redirect verification to URI
Switch parsing of the redirect URIs for the Trusted Host Client Registration Policy from URL to URI.
The java URL class tries to instantiate a handler for the scheme, which fails when a "custom" scheme, such as those used in phone apps is used.
In contrast, the URI class simply parses the string, ensuring the format is valid.
The other URLs (baseUrl, rootUrl, adminUrl) are still parsed as URLs.
See https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata for the Client Registration parameter documentation.

Closes #22309
2023-08-14 10:20:23 +02:00
..
src Switch Trusted Host policy redirect verification to URI 2023-08-14 10:20:23 +02:00
pom.xml Refactor Admin REST API Documentation to use OpenAPI annotations. 2023-06-29 17:03:38 +02:00