mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Remove authorization settings from testrealm-token-exchange-v2.json
closes #37493 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
parent
f03f511844
commit
6549057900
@ -736,7 +736,7 @@
|
||||
"implicitFlowEnabled" : false,
|
||||
"directAccessGrantsEnabled" : false,
|
||||
"serviceAccountsEnabled" : true,
|
||||
"authorizationServicesEnabled" : true,
|
||||
"authorizationServicesEnabled" : false,
|
||||
"publicClient" : false,
|
||||
"frontchannelLogout" : false,
|
||||
"protocol" : "openid-connect",
|
||||
@ -749,468 +749,7 @@
|
||||
"fullScopeAllowed" : false,
|
||||
"nodeReRegistrationTimeout" : 0,
|
||||
"defaultClientScopes" : [ "web-origins", "service_account", "acr", "profile", "roles", "basic", "email" ],
|
||||
"optionalClientScopes" : [ "address", "phone", "offline_access", "organization", "microprofile-jwt" ],
|
||||
"authorizationSettings" : {
|
||||
"allowRemoteResourceManagement" : false,
|
||||
"policyEnforcementMode" : "ENFORCING",
|
||||
"resources" : [ {
|
||||
"name" : "client.resource.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "Client",
|
||||
"ownerManagedAccess" : false,
|
||||
"attributes" : { },
|
||||
"uris" : [ ],
|
||||
"scopes" : [ {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
} ]
|
||||
}, {
|
||||
"name" : "client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "Client",
|
||||
"ownerManagedAccess" : false,
|
||||
"attributes" : { },
|
||||
"uris" : [ ],
|
||||
"scopes" : [ {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
} ]
|
||||
}, {
|
||||
"name" : "client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "Client",
|
||||
"ownerManagedAccess" : false,
|
||||
"attributes" : { },
|
||||
"uris" : [ ],
|
||||
"scopes" : [ {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
} ]
|
||||
}, {
|
||||
"name" : "client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "Client",
|
||||
"ownerManagedAccess" : false,
|
||||
"attributes" : { },
|
||||
"uris" : [ ],
|
||||
"scopes" : [ {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
} ]
|
||||
}, {
|
||||
"name" : "client.resource.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "Client",
|
||||
"ownerManagedAccess" : false,
|
||||
"attributes" : { },
|
||||
"uris" : [ ],
|
||||
"scopes" : [ {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
} ]
|
||||
} ],
|
||||
"policies" : [ {
|
||||
"name" : "client-a-policy",
|
||||
"description" : "",
|
||||
"type" : "client",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"clients" : "[\"requester-client\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "manage.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"manage\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "configure.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"configure\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "view.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"view\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"map-roles\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-client-scope.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"map-roles-client-scope\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-composite.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"map-roles-composite\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "token-exchange.permission.client.3bc26e1b-287a-4596-85df-bce742104797",
|
||||
"description" : "",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.3bc26e1b-287a-4596-85df-bce742104797\"]",
|
||||
"scopes" : "[\"token-exchange\"]",
|
||||
"applyPolicies" : "[\"client-a-policy\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "manage.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"manage\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "configure.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"configure\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "view.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"view\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"map-roles\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-client-scope.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"map-roles-client-scope\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-composite.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"map-roles-composite\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "token-exchange.permission.client.12931052-2086-44f0-96b5-7fb8ad571ed7",
|
||||
"description" : "",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.12931052-2086-44f0-96b5-7fb8ad571ed7\"]",
|
||||
"scopes" : "[\"token-exchange\"]",
|
||||
"applyPolicies" : "[\"client-a-policy\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "manage.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"manage\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "configure.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"configure\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "view.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"view\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"map-roles\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-client-scope.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"map-roles-client-scope\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-composite.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"map-roles-composite\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "token-exchange.permission.client.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7",
|
||||
"description" : "",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.192692cd-c5e4-42ff-a7ec-d5cb6228c0c7\"]",
|
||||
"scopes" : "[\"token-exchange\"]",
|
||||
"applyPolicies" : "[\"client-a-policy\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "manage.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"manage\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "configure.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"configure\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "view.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"view\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"map-roles\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-client-scope.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"map-roles-client-scope\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-composite.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"map-roles-composite\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "token-exchange.permission.client.8d76ccf3-d0c2-4110-9120-06533cf9949c",
|
||||
"description" : "",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.8d76ccf3-d0c2-4110-9120-06533cf9949c\"]",
|
||||
"scopes" : "[\"token-exchange\"]",
|
||||
"applyPolicies" : "[\"client-a-policy\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "manage.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"manage\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "configure.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"configure\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "view.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"view\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"map-roles\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-client-scope.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"map-roles-client-scope\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "map-roles-composite.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"map-roles-composite\"]"
|
||||
}
|
||||
}, {
|
||||
"name" : "token-exchange.permission.client.656a1dee-8020-41a2-80fa-594a8093d58f",
|
||||
"description" : "",
|
||||
"type" : "scope",
|
||||
"logic" : "POSITIVE",
|
||||
"decisionStrategy" : "UNANIMOUS",
|
||||
"config" : {
|
||||
"resources" : "[\"client.resource.656a1dee-8020-41a2-80fa-594a8093d58f\"]",
|
||||
"scopes" : "[\"token-exchange\"]",
|
||||
"applyPolicies" : "[\"client-a-policy\"]"
|
||||
}
|
||||
} ],
|
||||
"scopes" : [ {
|
||||
"name" : "manage"
|
||||
}, {
|
||||
"name" : "view"
|
||||
}, {
|
||||
"name" : "map-roles"
|
||||
}, {
|
||||
"name" : "map-roles-client-scope"
|
||||
}, {
|
||||
"name" : "map-roles-composite"
|
||||
}, {
|
||||
"name" : "configure"
|
||||
}, {
|
||||
"name" : "token-exchange"
|
||||
} ],
|
||||
"decisionStrategy" : "UNANIMOUS"
|
||||
}
|
||||
"optionalClientScopes" : [ "address", "phone", "offline_access", "organization", "microprofile-jwt" ]
|
||||
}, {
|
||||
"id" : "952643a3-2943-4734-9b51-8fa5956ebf54",
|
||||
"clientId" : "requester-client",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user