We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcda006 commit a0a5c11Copy full SHA for a0a5c11
src/satosa/micro_services/custom_routing.py
@@ -88,7 +88,6 @@ def process(self, context:Context, data:dict):
88
89
def _rewrite_context(self, entity_id:str, context:Context) -> None:
90
tr_backend = self._get_backend(context, entity_id)
91
- context.decorate(Context.KEY_TARGET_ENTITYID, entity_id)
92
context.target_frontend = context.target_frontend or context.state.get('ROUTER')
93
native_backend = context.target_backend
94
msg = (f'Found DecideBackendByTarget ({self.name} microservice) '
0 commit comments