Skip to content

Conversation

@tlupes
Copy link
Contributor

@tlupes tlupes commented Sep 30, 2025

Add new CerticateObserverAction type: SuccessfullyUsed

Adds a new enum value for CerticateObserverAction which is used every time a certificate is successfully used.

Description

Currently there are two enum values:

  • Selected: This is fired before a certificate is used for the first time, regardless of the result of that usage.
  • Deselected: Fired whenever a certificate is failed to be used.

We want to be able to act on situations where a certificate is successfully used, so that we can log the usage and update Last-Known-Good. This adds a new enum value which will be used whenever the certificate is successfully used.

@tlupes tlupes requested a review from a team as a code owner September 30, 2025 14:41
@jmprieur jmprieur merged commit 3249f52 into AzureAD:master Sep 30, 2025
5 checks passed
This was referenced Oct 13, 2025
This was referenced Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants