OpenIDDict samples and tutorials

OpenIdDict

Interesting setup with custom flow

https://nwb.one/blog/openid-connect-dotnet-5

Official documentation

https://documentation.openiddict.com/

Tutorial

https://dev.to/robinvanderknaap/setting-up-an-authorization-server-with-openiddict-part-i-introduction-4jid

Samples

https://github.com/openiddict/openiddict-samples/tree/dev/samples

Couch DB support

https://github.com/panoukos41/couchdb-openiddict

Basic Concepts

  • Introspection Endpoint - used to get some information of an access token, e.g. if it is still valid. More info here: link

Post a Comment

Previous Post Next Post