Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)