Configure webhooks with OAuth2 Token #9324
Replies: 4 comments
-
@ishita-chakraborty How did deal with this OAuth2 case? |
Beta Was this translation helpful? Give feedback.
-
I think that it is of importance that the proposed OAuth2 functionality would actually be supported by Netbox. |
Beta Was this translation helpful? Give feedback.
-
I have a script that modifies the webhook with a new bearer token. And a cron job. |
Beta Was this translation helpful? Give feedback.
-
Hi, so it is custom after all. |
Beta Was this translation helpful? Give feedback.
-
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