Interesting setup with custom flow
https://nwb.one/blog/openid-connect-dotnet-5Official documentation
https://documentation.openiddict.com/Tutorial
https://dev.to/robinvanderknaap/setting-up-an-authorization-server-with-openiddict-part-i-introduction-4jidSamples
https://github.com/openiddict/openiddict-samples/tree/dev/samplesCouch DB support
https://github.com/panoukos41/couchdb-openiddictBasic Concepts
- Introspection Endpoint - used to get some information of an access token, e.g. if it is still valid. More info here: link
Tags
OpenID