How to get history of IDP Changes from API?
Hello, Is there a way to get a history of a particular IDPs (Org scoped) changes. One of our settings got changed and broke our users' login experience and I'd like to understand what changed and when. Thanks
2 Replies
Hi @Guyzeroth, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer about retrieving IDP change history through the API in the available sources. Here are some potentially relevant resources:
1. Get identity provider (IdP) by ID : This endpoint retrieves current IDP configuration but doesn't show historical changes.
2. Deprecated: Update Identity Provider (IDP) : This shows the update endpoint structure but doesn't cover change history retrieval.
Since ZITADEL uses an event-sourced architecture with an immutable Event Store that records all changes and provides an unlimited audit trail, there should be a way to access this information. However, the specific API endpoint or method for querying IDP change history isn't documented in the available sources.
Would you like me to provide a general answer based on my knowledge of ZITADEL's architecture, or would you prefer to reach out through one of these support channels for more specific guidance?
- Visit Contact
- Visit GitHub
- Visit Discord
You can also click the "Ask for help" button to tag a team member to review this question.
Feel free to tag @Ask Inkeep with additional questions.
Got it. Tagging @Rajat for additional help.
hey @Guyzeroth you can try Events API and you can search for idp config related events and change filters accordingly
ZITADEL Docs
This document details integrating ZITADEL with external systems for streaming events and audit logs.
