home.social

#openpubkey — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #openpubkey, aggregated by home.social.

  1. SSH с авторизацией в Keycloak? Легко

    Привет, уважаемый %username%! Уважаю твое личное время, поэтому без лишних слов - сразу к делу. В этой статье я кратко опишу, как настроить доступ к удаленному серверу по SSH с использованием Keycloak. Разберем, в чем преимущества этого решения, и что именно происходит в процессе такой авторизации.

    habr.com/ru/articles/940114/

    #ssh #keycloak #openpubkey

  2. ### #Cloudflare open sources #OPKSSH to bring Single Sign-On #SSO to #SSH

    This week, it was officially open-sourced under the umbrella of the #OpenPubkey project, itself became a #Linux Foundation open-source initiative in 2023, OPKSSH remained closed-source until now. Making it easy to #authenticate to #servers over SSH using #OpenID Connect (#OIDC), allowing developers to ditch manually configured SSH keys in favor of identity provider-based access.

    helpnetsecurity.com/2025/03/28

  3. ### #Cloudflare open sources #OPKSSH to bring Single Sign-On #SSO to #SSH

    This week, it was officially open-sourced under the umbrella of the #OpenPubkey project, itself became a #Linux Foundation open-source initiative in 2023, OPKSSH remained closed-source until now. Making it easy to #authenticate to #servers over SSH using #OpenID Connect (#OIDC), allowing developers to ditch manually configured SSH keys in favor of identity provider-based access.

    helpnetsecurity.com/2025/03/28

  4. ### #Cloudflare open sources #OPKSSH to bring Single Sign-On #SSO to #SSH

    This week, it was officially open-sourced under the umbrella of the #OpenPubkey project, itself became a #Linux Foundation open-source initiative in 2023, OPKSSH remained closed-source until now. Making it easy to #authenticate to #servers over SSH using #OpenID Connect (#OIDC), allowing developers to ditch manually configured SSH keys in favor of identity provider-based access.

    helpnetsecurity.com/2025/03/28

  5. Excited to share a new IETF internet draft that @bifurcation and I just submitted to the OAuth working group.

    We introduce PIKA: Proof of Issue Key Authority, to solve a problem relevant to #openpubkey, #oidc and JWTs in general.

    What's a PIKA and why do I care?

    OpenPubkey uses PK Tokens to allow an OpenID Provider (OP) to bind user identities to user-held public keys. This essentially allows the OP to act like a certificate authority, without any changes to today's OIDC.

    PK Tokens are signed by the OP's signing keys. But, OP's rotate their signing keys over time. What happens if we need to use a PK Token *after* the OP rotates signing key?

    This is where the PIKA comes in.

    In this draft, we introduce the PIKA and show how it can be combined with a timestamping authority to allow PK Tokens to be used even after the OP rotates it signing key. The PIKA is a secure object that allows you to cache the OP's key, and verify using the OP's key even if the OP is offline.

    And that's why I got interested in this work.

    But our solution is much more generic and widely applicable than to just OpenPubkey. PIKAs allow the verification of JWTs, ID Tokens and other OIDC Tokens without querying the OP directly. You can use them to reduce the load on a OP, or to build applications that require caching or historical information about OP keys. Historical information about signing key is a particularly important in #softwaresupplychain usecases.

    We're still digesting all the different ways that PIKAs can be used. Feel free to get in touch if you have any feedback!

    ietf.org/archive/id/draft-barn

  6. Excellent program at @BSidesCambridgeMA today.

    Excited to present #OpenPubkey and demo how to ssh using your OpenID identity without having to trust your identity provider.

    HMU if you are at bsides today

  7. Last week at #dockercon, we announced our partnership with BastionZero to work on #openPubkey. Today, you can learn more about our signing strategy for #docker official images.

    docker.com/blog/signing-docker

    #developers #signing #security

  8. @linuxfoundation, BastionZero and Docker are excited to announce the launch of OpenPubkey as a Linux Foundation open source project. Together, we will expand the reach of #OpenPubkey and foster collaboration across #opensource.

    Learn more: hubs.ly/Q024fN4w0

  9. Time to hear about from James Carnegie and Ethan Heilman.

  10. Just dropped our paper on eprint: OpenPubkey. I welcome any questions/feedback replies

    #OpenPubkey adds user-held public keys into OpenID Connect without breaking compatibility. This means users can create digital signatures on the web that are associated with their ID Tokens. Fully signed APIs here we come.

    Our protocol is so compatible with existing IDPs that not only have we been using it in production with Google, Okta, and Microsoft IDPs for over a year, but that IDPs can't even tell that OpenPubkey is being used!

    #OIDC #JSON #JWS #websec

    eprint.iacr.org/2023/296.pdf