Maybe it could be a Feature where I could install and configure the feature and gain access to it from the ApplicationCall?
o
orangy
03/29/2018, 7:37 PM
Exactly, see how Authentication works. You install a feature, and it puts its properties into Attributes of a call.
j
jeremy
03/29/2018, 9:48 PM
Can you point to where it puts the properties into the Attributes. It's a little daunting looking at all the Auth code. 🙂
jeremy
03/30/2018, 3:07 AM
I think I see how authenticate creates a new pipeline phase, but not so sure how to intercept the ApplicationCallPipeline.Call in order to inject into it.