Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielwagn3r/openid-workshop
Authentifizierung mit OpenID Connect & OAuth 2.0
https://github.com/danielwagn3r/openid-workshop
authentication authorization csharp jwt node oauth2 oidc openid-connect security webapi webapp
Last synced: 23 days ago
JSON representation
Authentifizierung mit OpenID Connect & OAuth 2.0
- Host: GitHub
- URL: https://github.com/danielwagn3r/openid-workshop
- Owner: danielwagn3r
- Created: 2018-11-17T09:46:37.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:37:59.000Z (7 months ago)
- Last Synced: 2024-06-13T13:33:33.596Z (7 months ago)
- Topics: authentication, authorization, csharp, jwt, node, oauth2, oidc, openid-connect, security, webapi, webapp
- Language: C#
- Homepage:
- Size: 5.99 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentifizierung mit OpenID Connect & OAuth
by [Daniel Wagner](https://github.com/danielwagn3r)
with contributions by [Anton Kalcik](https://github.com/akalcik)## Prerequisites
- [Auth0 Tenant](https://auth0.com/)
- [Visual Studio Code](https://code.visualstudio.com)
- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
- [Docker Desktop](https://docs.docker.com/install/)
- [.NET SDK 6.0](https://dotnet.microsoft.com/download)
- [Node.js](https://nodejs.org/)
- [HTTPie](https://httpie.org/)## Recommended reads
- [Keycloak](https://www.keycloak.org/)
- [OAuth 2.0 Simplified](https://www.oauth.com/)