timothydilbert

Results 5 issues of timothydilbert

### Description It would be excellent if you considered implementing support for OIDC federated authentication. That way, when someone tries to view the MkDocs site, they would be redirected to...

I have some custom logic I want to run after the bearer token is authenticated, but before the controller is initiated. In the logs I see the following log entry...

I have a use case where I want the HTTP Connector to retry delivering failed messages. That part, I've figured out and have it configured to my liking. The thing...

### Please describe the feature that you want to propose **Desired feature:** Should be able to link an integration to a GitHub repo. Thereafter there should be a button on...

feature request
code editor

All of the Zendesk documentation refers to the **username** being `[email protected]/token`. The `ZendeskApiClient` only wants the _email_ portion. To avoid confusion, you should either: ``` # Change from this: IServiceCollection.AddZendeskClient(string...