# v1.0.0 - Aug 03, 2025

**Highlights**

🔐 Authentication & identity

* Registration & login: Released secure flows for new user registration and account login.
* Google Sign-in: Integrated Google OAuth flow, allowing users to sign in using their Google accounts.
* SSO support: Full support for OIDC (OpenID Connect) and OAuth2 flows to enable Single Sign-On capabilities.

👤 User profile

* Profile management: Users can view their profile page and update personal information using the new inline editing feature.

🛡️ Security & authorization

* Role-based cccess Control (RBAC): Access to platform resources is now strictly controlled based on user roles and permissions.

⚙️ For Developers

* OIDC Discovery: Exposed standard `/.well-known/` endpoints, allowing OIDC/OAuth2 clients to automatically retrieve configuration and public keys.

{% hint style="info" %}
**How to experience Oten IDP?**

* Go to <https://oten.com/> and discover IDP highlight features
* Or, access <https://account.oten.com/> and register now to experience the system
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://oten.gitbook.io/identity-support/whats-new/v1.0.0-aug-03-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
