Use the Dashboard
If your application uses a deprecated feature, a Deprecation Notice message will appear in the Logs section of the Dashboard. Deprecation notices are only shown once per hour (the first time the error occurs within that hour) rather than for each authentication transaction involving the deprecated feature.- Go to Dashboard > Monitoring > Logs and search for deprecation-related messages by entering
type:depnote
in the query box. A list of deprecation-related warning messages from your logs will appear, if any exist. The Description field provides information on the particular deprecated feature used. - Click on the link in the Type column for each item to show additional information such as the client ID which identifies the client application using the deprecated feature.
- Click log entries and select the Context Data tab to show details about the item.
Use the Management API
You can also use the Management API to search through logs for such messages by looking fortype:"depnote"
.
- Go to the Management API. If you have not already done so, get an API token.
- On the left, go to Logs > Search log events and then scroll down to Parameters.
- In the q field enter:
type:"depnote"
. - Click on the TRY button. The Client ID field in the results will indicate which application on your tenant is using the deprecated feature.