okta / samples-blazor

samples-blazor
https://github.com/okta/samples-blazor
Apache License 2.0
16 stars 19 forks source link

Add Blazor Server-Side Okta-hosted Login Sample #1

Closed laura-rodriguez closed 4 years ago

laura-rodriguez commented 4 years ago

This PR adds a new Blazor server-side sample using the default Blazor template. The sample project uses the Okta.AspNetCore SDK and allow users to Sign In/Sign Out, and see their claims in the /Profile page.

To review this project I suggest following the instructions in the readme and run it locally, so we can make sure the instructions are clear and the project works as expected.

Notice this is a private repo but I will make it public once we add the WASM project. Also, I will add the OSS files in a separate PR (https://oktainc.atlassian.net/browse/OKTA-322441).

Fixes https://oktainc.atlassian.net/browse/OKTA-292551.

Screenshots:

image image image