v2025.06.3

Prev Next

2025-06-12

New Features

Support for ROPC login option in Azure and Continuity identity services

The Azure and Continuity identity services have been updated to support authentication via the Resource Owner Password Credentials (ROPC) grant. Service extensions can leverage the WithGrantTypeROPC login option to specify an ROPC flow for authenticating a user. This flow is typically used for legacy applications that require a username and password to authenticate the user directly. For more information, please see the docs.

Strata does not recommend using the ROPC flow for public facing applications. The OAuth 2.1 spec suggests a more secure flow, such as Authorization Code (with PKCE).

For more information, see the service extension Go documentation.