2025-06-05
New Features
Support for ROPC login option in OIDC identity service
Service extensions can now leverage a new login option that enables authentication via the Resource Owner Password Credentials (ROPC) grant. The WithGrantTypeROPC
function specifies the 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 if other more secure alternatives (e.g. the authorization code flow) are viable.
For more information, see https://pkg.go.dev/github.com/strata-io/service-extension@v0.22.0/idfabric#WithGrantTypeROPC.