grimesjm / samples-blazor

samples-blazor

Home Page:https://github.com/okta/samples-blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

samples-blazor

https://github.com/okta/samples-blazor

License:Apache License 2.0


Languages

Language:HTML 49.3%Language:C# 29.1%Language:CSS 21.5%