Skip to content

Commit a0a5c11

Browse files
committed
fix: DecideBackendByTargetIdP clean up
1 parent dcda006 commit a0a5c11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/satosa/micro_services/custom_routing.py

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def process(self, context:Context, data:dict):
8888

8989
def _rewrite_context(self, entity_id:str, context:Context) -> None:
9090
tr_backend = self._get_backend(context, entity_id)
91-
context.decorate(Context.KEY_TARGET_ENTITYID, entity_id)
9291
context.target_frontend = context.target_frontend or context.state.get('ROUTER')
9392
native_backend = context.target_backend
9493
msg = (f'Found DecideBackendByTarget ({self.name} microservice) '

0 commit comments

Comments
 (0)