Bring Your Own Key
Using Bring Your Own Key, users with the Key Management Editor role can use the to replace the default Auth0 Environment Root Key with their own Customer provided Root Key. Customers can securely upload their own Root Key which contains their own cryptographic material to:- Meet custom key generation and provenance requirements for the Environment Root Key.
- Meet specific key installation or lifespan requirements for the Environment Root Key.
By importing your own Customer Provided Root Key with Bring Your Own Key, you are implicitly deauthorizing Auth0 from managing the lifecycle of the Customer Provided Root Key, except for its deletion.


- Creates a public wrapping key and downloads it to your system.
- Take the public wrapping key and wrap your own cryptographic material with it using your own key management system to create a Wrapped Encryption Key (the Customer Provided Root Key).
- Upload your Wrapped Encryption Key and select Save.
The Wrapped Encryption Key once uploaded replaces the Auth0 Environment Root Key in the hardware security module (AWS or Azure) as a Customer Provided Root key.
Cryptographic material requirements
Use your key management system to wrap your own cryptographic material with the public wrapping key and create the Wrapped Encryption Key. Use these settings for the CKM_RSA_AES_KEY_WRAP algorithm parameters based on your Auth0 Cloud Service Provider (AWS or Azure):Auth0 on AWS cloud
- Public wrapping key length: 3072 bits
- Algorithm: CKG_MGF1_SHA256
- Temporary AES key length for CKM_AES_KEY_WRAP_PAD: 256 bits
- Customer provided root key type: 256 bits long AES symmetric key
Auth0 on Azure cloud
- Public wrapping key length: 2048 bits
- Algorithm: CKG_MGF1_SHA-1
- Temporary AES key length for CKM_AES_KEY_WRAP_PAD: 256 bits
- Customer Provided Root Key type: 2048 bits long RSA private key
- Private key encoding: PKCS #8 - ASN.1 DER