OpenID Connect client authentication: client_secret_jwt and private_key_jwt

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 4

  • @ofeenee
    @ofeenee 2 ปีที่แล้ว +2

    If I may request a topic, please consider doing a with an implementation example on Web Authentication. 🙏🏼🙏🏼

  • @johndickson665
    @johndickson665 ปีที่แล้ว

    Is there a sample reference code for private key jwt implementation?

  • @FerozVox
    @FerozVox ปีที่แล้ว

    Hi Bro I have doubt on the Private key Jwt the Client will Generate the private and public key pair how the client sent the public key the authorization server Through client dynamic registration or any other specific way explain that bro

    • @jgoebel
      @jgoebel  ปีที่แล้ว +1

      the application must be registered somehow with the OAuth2 server. That means either you do it manually somehow (i.e. when you setup the application you upload the public key on some website). You ca of course also register your application via the dynamic client registration protocol. But regardless how you register the application (manually / out of band) or via dynamic client registration, it is at the registration where the public key is stored on the OAuth 2 server.