Skip to content
#

openidconnect

Here are 105 public repositories matching this topic...

PackBjamin
PackBjamin commented Apr 23, 2021

We experienced anomalous behavior with our localStorage['redirect'] value being "randomly" cleared out. Further investigation found the culprit was the angular-auth-oidc-client code:

auto-login-service.js

const STORAGE_KEY = 'redirect';

I'm not familiar with the code base. My initial scan only found this usage. But it might be a good idea to use something like a library wi

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