Explore >> Select a destination


You are here

blog.m5e.de
| | octopus.com
13.6 parsecs away

Travel
| | Generic OpenID Connect accounts now support Octopus as a client to autheticate with services like HashiCorp Vault, GCP, and many more.
| | www.mathieupassenaud.fr
8.8 parsecs away

Travel
| |
| | eprint.iacr.org
12.4 parsecs away

Travel
| | OpenPubkey makes a client-side modification to OpenID Connect so that an ID Token issued by an OpenID Provider commits to a user held public key. This transforms an ID Token into a certificate that cryptographically binds an OpenID Connect identity to a public key. We call such an ID Token, a PK Token. The user can then sign messages with their signing key and these signatures can be authenticated and attributed to the user's OpenID Connect identity. This allows OpenPubkey to upgrade OpenID Connect from ...
| | csharp.christiannagel.com
71.4 parsecs away

Travel
| Authentication and authorization is a built-in feature of ASP.NET Core. Creating an application, you can select to authenticate with the Azure Active Directory or the Azure Active Directory B2C, or store user information in a local database with the Web application. This article gives you the information to use local accounts, create roles programmatically from...