We are working on the extension logic in our project the expected flow for subscribe and publish should be authentication → publish/subscribe Authorizer → PublishInboundInterceptor/SubscribeInboundInterceptor.
However while performing integration testing on the extension code the flow seen
authentication → PublishInboundInterceptor/SubscribeInboundInterceptor → publish/subscribe Authorizer
Could you please look into this and let us know if it is an expected extension behaviour?
Thanks @FloLi for such a quick response!
Since expected flow is Authentication → Authorization → Publish/Subscribe implementation.
Could you suggest a better way to approach the same i.e., Alternative for PublishInboundInterceptor/ SubscribeInboundInterceptor
or Publish/Subscribe Authorizer?