keycloak-scim/testsuite
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
..
db-allocator-plugin Fix dependencies in testsuite, adapters and Quarkus module 2023-04-27 13:36:54 +02:00
integration-arquillian Switch Trusted Host policy redirect verification to URI 2023-08-14 10:20:23 +02:00
model Add subgroups sorting (#22295) 2023-08-07 21:18:09 +02:00
utils Update bcpkix and bcprov dependencies (#21543) 2023-07-20 11:57:18 +02:00
pom.xml Add -DdeployTestsuite profile to testsuite 2023-08-04 20:54:59 +02:00