Am 2019-05-21 um 18:22 schrieb Scott Koranda
<skoranda at gmail.com>:
Hi,
Is there an option to limit a microservice to
either frontend or backend?
There are "request" microservices and "response" microservices. Is
that
enough for your use case?
Yes, I am using both. However, I need DecideIfRequesterIsAllowed only at the frontend, and
Consent and a custom ADFS-specific microservice only at the backend. While it does not
harm to have redundant initializations and invocations, it is cluttering the log file in
debug mode, and probably slowing down startup and processing.
- Rainer