Connect Okta via Azure Functions


Indent uses webhooks to notify your application when an event happens. Webhooks are particularly useful for asynchronous events like when a someone approves an access request, someone's time-based access grant expires, or a suspicious access pattern is identified.

First, you’ll need to create your space:


Then connect to Slack or Microsoft Teams to handle the access requests.

To deploy the Okta + Azure Functions connector in your cloud:

curl https://codeload.github.com/indentapis/indent-js/tar.gz/master | \
  tar -xz --strip=2 indent-js-master/examples/azure-okta-webhook
cd azure-okta-webhook

# Install dependencies
npm install

# Deploy the resources
func azure functionapp publish <APP_NAME>

Once you’ve deployed this webhook, update the URL in your App Config and you should start to see events flow into your webhook!