v1.13.0
logto-io/logtov1.13.0Feb 8, 2024by silverhand-bot
AI Summary
This release enables Logto to function as an OpenID Connect identity provider, adds .NET Core Blazor guides, and upgrades TypeScript and Node.js versions.
Key Highlights
- Logto as an OpenID Connect Identity Provider (IdP)
- New .NET Core Blazor guides
- TypeScript and Node.js version upgrades
New Features
- OIDC third party app creation
- Third-party app permissions and branding configuration
- .NET Core Blazor WebAssembly guide
- .NET Core Blazor Server guide
- TypeScript upgrade to 5.3.3
- Node v20 LTS
Full Release Notes
## Logto as an OpenID Connect identity provider From now, you can use Logto as an third-party OpenID Connect identity provider by creating an OIDC third party app during the application creating process. This enables you to configure the permissions that the app requests and the branding for each third party app. When users sign in via this app, it will prompt for user consent: <img src="https://github.com/logto-io/logto/assets/14722250/6d922c12-3178-44bc-b248-537c40c399e3" width="500" /> This feature is useful for multiple scenarios, such as integrating third party services with Logto for in-house identity management, providing an open platform for developers creating third party apps, etc. See [🌐 Logto as an Identity Provider (IdP)](https://docs.logto.io/docs/recipes/logto-as-idp/) to learn more. ## Guides Added .NET Core Blazor WebAssembly and Blazor Server app guides. ## Misc. - Upgrade TypeScript to 5.3.3. - Use Node v20 LTS. We mark it as minor because Logto is shipping with Docker image and it's not a breaking change for users. --- For detailed changelog, see this [pull request](https://github.com/logto-io/logto/pull/5068).