Skip to content
#

openidconnect

Here are 107 public repositories matching this topic...

A sample Azure Functions v3 app in .NET Core 3.1 C#. It shows how to protect access to an API implemented as an HTTP triggered Azure Function and where the authorization server used supports OpenID Connect (OIDC) protocols. And where Bearer tokens containing OAuth 2.0 JSON Web Tokens (JWT) are used in the Authorization headers of calls to the protected API.

  • Updated Oct 30, 2020
  • C#
kevinchalet
kevinchalet commented Jul 8, 2020

We'll want to include this setup script as part of the documentation:

using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using MongoDB.Driver;
using OpenIddict.MongoDb;
using OpenIddict.MongoDb.Models;

namespace MongoDbSetup
{
    public static class Program
    {
        public static

Improve this page

Add a description, image, and links to the openidconnect topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openidconnect topic, visit your repo's landing page and select "manage topics."

Learn more