OIDCKeys: {
    federation: UseKeyPair;
    oidc: UseKeyPair;
}

Object containing the keys used by the OIDC client for the 2 main purposes:

  • OIDC: used to sign and encrypt OIDC data
  • Federation: used to sign federation metadata

Type declaration

  • federation: UseKeyPair

    The key used to sign federation data (enc can be null)

  • oidc: UseKeyPair

    The keypair used to sing and encrypt OIDC data