Skip to content

Instantly share code, notes, and snippets.

View componentspace's full-sized avatar

ComponentSpace componentspace

View GitHub Profile
@componentspace
componentspace / Startup.cs
Created August 13, 2018 02:20
IdentityServer4 as a SAML SP using ComponentSpace - Startup class
using IdentityServer4;
using IdentityServer4.Models;
using IdentityServer4.Services;
using IdentityServer4.Stores;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using System;
@componentspace
componentspace / Startup.cs
Created August 13, 2018 02:18
IdentityServer4 as a SAML IdP using ComponentSpace - Startup class
using IdentityServer4;
using IdentityServer4.Models;
using IdentityServer4.Services;
using IdentityServer4.Stores;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using System;