Skip to content

okta/samples-blazor

Repository files navigation

Blazor Sample Applications for Okta

This repository contains several sample applications that demonstrate how to integrate various Okta use-cases into your Blazor applications.

Please find the sample that fits your use-case from the table below.

Sample Description Use-Case
Blazor Server-Side Okta-Hosted Login A Blazor server-side application that uses the hosted login page on your Okta org, then creates a cookie session for the user in the Blazor application. Traditional web applications with server-side rendered pages.
Blazor WebAssembly Okta-Hosted Login A Blazor WebAssembly application that uses Okta to authenticate users via the hosted login page on your Okta org and call API calls. This sample includes a WASM client application. It's intended to be used in conjunction with one of our resource servers, for example AspNet Core 3.x Samples Resource Server. This demonstrates how to authenticate requests with access tokens that have been issued by Okta. Single-Page applications.

Contributing

We're happy to accept contributions and PRs! Please see the contribution guide to understand how to structure a contribution.