Type Alias SigningKey

type SigningKey = {
    certificate?: string;
    refId?: string;
}
Index

Properties

Properties

certificate?: string

The certificate to be uploaded to the identity provider for verifying SAML requests.

refId?: string

The reference ID for choosing this key pair.