Configure webhooks with OAuth2 Token #9324
Unanswered
ishita-chakraborty
asked this question in
Q&A
Replies: 1 comment
-
@ishita-chakraborty How did deal with this OAuth2 case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to configure a webhook in netbox. The webhook is secured with OAuth2 with client credentials grant type, implying a 2 step authentication, where we can get the token from a outh2 url and use the token in an Authorization header. Is it possible to do this in netbox. Also if the above is not possible, i was trying to pass a static username and password in the header and that too is not working. Can someone provide a picture of how the additional header row be populated in the webhook configuration form?
Beta Was this translation helpful? Give feedback.
All reactions