Splunk Search

Add-on Microsoft Office 365: what is the most efficient way of tracking what the token expiry date is?

tomapatan
Communicator

Recently we needed to update the Client Secret for one of our tenants and I wanted to ask what is the most efficient way of tracking what the token expiry date is  and to create an alert in Splunk?

I had a look at the logs and couldn`t find anything to indicate when the access token is about to expire.

Labels (1)
Tags (2)
0 Karma
1 Solution

PaulPanther
Builder

1. Easiest but static & manual way could be filling token name and expiry date into a lookup table & set a scheduled search on top

2. Setup a scripted input and call the API endpoint to get the expiry date for the token, write the information in a index, save them into a lookup table & set a scheduled search on top

View solution in original post

0 Karma

PaulPanther
Builder

1. Easiest but static & manual way could be filling token name and expiry date into a lookup table & set a scheduled search on top

2. Setup a scripted input and call the API endpoint to get the expiry date for the token, write the information in a index, save them into a lookup table & set a scheduled search on top

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...