Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damienbod/demotokensapikeyvault
- Owner: damienbod
- License: mit
- Created: 2020-03-11T07:34:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:55:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T09:42:21.922Z (about 1 month ago)
- Topics: aspnet-core, azure, azure-key-, oauth2, openid-connect
- Language: C#
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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/