> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/platform/platform-services/identity-and-access-management/versions.md).

# Versions

<table><thead><tr><th width="123.34967041015625">Helm version</th><th width="247.93975830078125">IAM Runtime Versions</th><th width="133.2740478515625">Last modified</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://github.com/OpenG2P/iam-service/tree/develop/deployments/charts/openg2p-iam-service">0.0.0-develop</a></td><td><a href="https://hub.docker.com/r/openg2p/iam-staff-portal-api/tags">iam-staff-portal-api:develop</a><br><br><a href="https://hub.docker.com/r/openg2p/iam-agent-portal-api/tags">iam-agent-portal-api:develop</a><br><br><a href="https://hub.docker.com/r/openg2p/iam-bene-portal-api/tags">iam-bene-portal-api:develop</a></td><td>14-Jun-2026</td><td><ol><li><strong>Single consolidated repository</strong> <code>iam-service</code> — IAM source, Docker images, and the Helm chart now live in one repo (previously three: <code>openg2p-iam-service</code>, <code>openg2p-iam-service-docker</code>, <code>openg2p-iam-service-deployment</code>).</li><li>Single Helm chart <code>openg2p-iam-service</code> under <code>deployments/charts</code>.</li><li>Docker images are built from local in-repo source and tagged with the repository ref — on <code>develop</code> every image is tagged <code>develop</code>.</li><li>Staff Portal API active; Agent &#x26; Beneficiary Portal APIs scaffolded (planned).</li><li>Staff auth SSL verification disabled by default (<code>IAM_STAFF_AUTH_VERIFY_SSL: false</code>).</li></ol></td></tr><tr><td><a href="https://github.com/OpenG2P/openg2p-iam-service-deployment/tree/1.0.0">1.0.0</a></td><td><a href="https://hub.docker.com/layers/openg2p/iam-staff-portal-api/1.0.1/images/sha256-47a7dff1ba5c12f214c920d22b89f1901a141e714995db4aa46fe38f3d927059">iam-staff-portal-api:v1.0.1</a></td><td>17-Apr-2026</td><td><ol><li>IAM Staff Portal API - gateway for Staff Login using the Staff Portal - Interfaces with ID Providers for Token issuance and validation</li><li>Bug fixes as part of QA<br></li></ol></td></tr><tr><td><a href="https://github.com/OpenG2P/openg2p-iam-service-deployment/tree/1.0.0">1.1.0</a></td><td><a href="https://hub.docker.com/layers/openg2p/iam-staff-portal-api/1.0.1/images/sha256-47a7dff1ba5c12f214c920d22b89f1901a141e714995db4aa46fe38f3d927059">iam-staff-portal-api:v1.1.0</a></td><td>08-May-2026</td><td><ol><li>Removed user_type and all the business logic depending on it</li><li>Improvement in middleware handling</li><li>OIDC specification refinement</li></ol></td></tr><tr><td><a href="https://github.com/OpenG2P/iam-service/tree/1.2.0">1.2.0</a></td><td><a href="https://hub.docker.com/layers/openg2p/iam-staff-portal-api/1.2.0/images/sha256-2e7810ef82a501e9a581a24ff037d08663a0a230c488c9a83a1adeded5da1bbd">iam-staff-portal-api:v1.2.0</a></td><td>15-Jun-2026</td><td><ol><li>Added Auth verify as optional parameter</li><li>Restructured the codebase and deployment</li></ol></td></tr><tr><td><a href="https://github.com/OpenG2P/iam-service/tree/1.2.1">1.2.1</a></td><td><a href="https://hub.docker.com/layers/openg2p/iam-staff-portal-api/1.2.1/images/sha256-d99f2cec33e9cf48b4c01e318b69df0e84116204c29d53121f96ffa3a56b1b74">iam-staff-portal-api:v1.2.0</a></td><td>19-Jun-2026</td><td><ol><li>Auth middleware fix — <code>AuthMiddleware</code> now correctly resolves nested FastAPI routes (needed for FastAPI 0.137+), so permission checks hit the right endpoint handler</li><li>Dependency bump — <code>openg2p-fastapi-common</code> updated from <code>v1.1.6</code> → <code>v1.1.7</code> in Dockerfiles, CI workflows, and Helm chart</li></ol></td></tr></tbody></table>

{% hint style="info" %}
On the `develop` branch the chart version is `0.0.0-develop` and every Docker image is tagged `develop` (the image tag always matches the `iam-service` repository ref — a branch name or git tag). Tagged releases will carry semantic versions here. The **Last modified** date of the `0.0.0-develop` row should be updated whenever that version changes.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/platform/platform-services/identity-and-access-management/versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
