Saafe AA - Docs
HomeSandbox
  • Overview
  • Supported FIPs on Saafe
  • Become an FIU
  • Environment
  • Central Registry
    • Overview
    • Create FIU Entity
    • IAM User Endpoints
      • Generate IAM User Token
      • Secret Management
        • Entity Secret Read
        • Entity Secret Reset
    • Entity Auth Token
    • ❌Entity Auth Token (Deprecated)
    • Central Registry APIs
      • GET AA List
      • GET FIP List
      • GET FIU List
    • Postman Collection
  • FIU Module
    • Introduction
    • AA API v2.0.0
    • FIU API v2.0.0
    • JWS Signature
      • Create JSON Web Key (JWK)
      • Create JWS
      • Verify JWS
    • End-to-end Encryption
  • FIP Module
    • Overview
  • AA Client
    • Web Redirection
Powered by GitBook
On this page

Was this helpful?

  1. FIU Module
  2. JWS Signature

Create JSON Web Key (JWK)

PreviousJWS SignatureNextCreate JWS

Last updated 1 year ago

Was this helpful?

To create JSON Web Signature (JWS) you need to create the signing certificate public and private key and then share public key with the AA.

You need to give the public key in the Certificate field when creating your FIU entity at the central registry aacommons portal. Refer -

Steps to create the signature keys.

  1. Open - This is an online JSON Web Key generator

  2. Use RSA (encryption algorithm)

  3. Key Size = 2048

  4. Key Use = Signature

  5. Algorithm = RS256

  6. Key ID = Unique UUID (Use to create an UUID)

  7. Click generate to create the Public and Private Key

You will get 3 JSON objects.

Values
Description

Public and Private Keypair

Keep this confidential and share this with your developer.

Public and Private Keypair Set

Keep this confidential and share this with your developer.

Public Key

Use this public key in the Certificate field when

Create FIU Entity
https://mkjwk.org/
online UUID Generator
creating the FIU entity