keycloak-scim/testsuite/integration-arquillian/tests
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
..
base Switch Trusted Host policy redirect verification to URI 2023-08-14 10:20:23 +02:00
other Avoid using deprecated junit APIs in tests 2023-08-01 11:44:25 +02:00
pom.xml Update bcpkix and bcprov dependencies (#21543) 2023-07-20 11:57:18 +02:00