Skip to content

Commit

Permalink
Merge pull request #43120 from sberyozkin/fix_oidc_client_reg_test
Browse files Browse the repository at this point in the history
Remove TrustedHosts policy from the oidc-client-registrations test realm
  • Loading branch information
gastaldi committed Sep 9, 2024
2 parents d2e8074 + b2bb52c commit 65eb49e
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1201,24 +1201,6 @@
"adminEventsDetailsEnabled": false,
"components": {
"org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [
{
"id": "9b4e5b69-1d07-489b-b8a5-07329c957141",
"name": "Trusted Hosts",
"providerId": "trusted-hosts",
"subType": "anonymous",
"subComponents": {},
"config": {
"host-sending-registration-request-must-match": [
"true"
],
"trusted-hosts": [
"172.17.0.1"
],
"client-uris-must-match": [
"false"
]
}
},
{
"id": "e2f513d3-44e3-435c-8b2a-68a5d384fd97",
"name": "Full Scope Disabled",
Expand Down

0 comments on commit 65eb49e

Please sign in to comment.