Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damienbod/demotokensapikeyvault

ASP.NET Core OpenID Connect STS hosted on Azure using Azure Key Vault
https://github.com/damienbod/demotokensapikeyvault

aspnet-core azure azure-key- oauth2 openid-connect

Last synced: 20 days ago
JSON representation

ASP.NET Core OpenID Connect STS hosted on Azure using Azure Key Vault

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/hiehvbh6kqfr5p23?svg=true)](https://ci.appveyor.com/project/damienbod/demotokensapikeyvault)

## Database migrations STS

Add-Migration "init_sts" -c ApplicationDbContext

Update-Database -c ApplicationDbContext

Add-Migration "init_id4_store" -c PersistedGrantDbContext

Update-Database -c PersistedGrantDbContext

## Links

https://azure.microsoft.com/en-us/services/key-vault/

https://openid.net/connect/